Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Dec 12, 2024
1 parent a0d0764 commit e8335a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CI/osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ def prepare_params(self, params):
params["command"] = bash_command(*command)
env = params.setdefault("env", {})
dev = env.setdefault(
"DEVELOPER_DIR", "/Applications/Xcode_14.3.1.app/Contents/Developer"
"DEVELOPER_DIR", "/Applications/Xcode_15.0.1.app/Contents/Developer"
)
env.setdefault(
"SDKROOT",
"{}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk".format(
"/Applications/Xcode_15.0.1.app/Contents/Developer"),
"{}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk".format(dev),
)
return params

Expand Down

0 comments on commit e8335a8

Please sign in to comment.