Skip to content

Commit

Permalink
chore(osx): use xcode 16.1 for cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Dec 28, 2024
1 parent b4629f1 commit 89449ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osx/internal/check_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ elif [[ "$XCODEPATH" == "/Applications/Xcode_15.4.app/Contents/Developer" ]]; th
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_16.0.app/Contents/Developer" ]]; then
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_16.1.app/Contents/Developer" ]]; then
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
elif [[ "$XCODEPATH" == "/Applications/Xcode_16.app/Contents/Developer" ]]; then
XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
else
Expand Down

0 comments on commit 89449ed

Please sign in to comment.