Skip to content

Commit

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

Expand Down

0 comments on commit a0d0764

Please sign in to comment.