Skip to content

Commit 823c4fe

Browse files
authored
chore(ci): update XCode versions
1 parent da067ab commit 823c4fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/setup_osx_compiler.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COMPILER=$1
55

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

3636
# Select our XCode version

0 commit comments

Comments
 (0)