Skip to content

Commit

Permalink
chore(ci): update OS X compiler versions for macos-14 image
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Feb 13, 2025
1 parent 418d0dc commit d243671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/setup_osx_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COMPILER=$1

# See Github hosted runners:
# macos-14: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
# xcode 14.3.1, 15.0.1, 15.1, 15.2, 15.3, 15.4, 16.0
# xcode 15.0.1, 15.1, 15.2, 15.3, 15.4, 16.1, 16.2
# macos-13: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
# xcode 14.1, 14.2, 14.3.1, 15.0.1, 15.1, 15.2
# macos-12: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
Expand All @@ -28,9 +28,9 @@ elif [[ $COMPILER == xcode13 ]]; then
elif [[ $COMPILER == xcode14 ]]; then
XCODE_PATH="/Applications/Xcode_14.3.1.app"
elif [[ $COMPILER == xcode15 ]]; then
XCODE_PATH="/Applications/Xcode_15.2.app"
XCODE_PATH="/Applications/Xcode_15.4.app"
elif [[ $COMPILER == xcode16 ]]; then
XCODE_PATH="/Applications/Xcode_16.0.app"
XCODE_PATH="/Applications/Xcode_16.2.app"
fi

# Select our XCode version
Expand Down

0 comments on commit d243671

Please sign in to comment.