Skip to content

Commit

Permalink
chore(osx): downgrade x86_64 macos-13 xcode to 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 22, 2024
1 parent 9474201 commit 9d4b7ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PKG_DATE: 20241122
PLATFORM: osx
ARCHITECTURES: x86_64
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer

jobs:
make-osx-x86_64:
Expand Down
2 changes: 2 additions & 0 deletions osx/internal/check_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ elif [[ "$XCODEPATH" == "/Applications/Xcode_14.2.app/Contents/Developer" ]]; th
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_14.3.1.app/Contents/Developer" ]]; then
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_15.2.app/Contents/Developer" ]]; then
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_15.4.app/Contents/Developer" ]]; then
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_16.0.app/Contents/Developer" ]]; then
Expand Down

0 comments on commit 9d4b7ed

Please sign in to comment.