Skip to content

Commit

Permalink
ci-bootstrap: Use Xcode 15.4.0 on macOS 14 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 24, 2024
1 parent e5bc795 commit eb74fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$(unamer)" = "Darwin" ]; then
if [ "$(uname -r | cut -f1 -d'.')" = "21" ]; then
XCODE_VERSION="13.4.1"
else
XCODE_VERSION="14.3.1"
XCODE_VERSION="15.4.0"
fi

case "${PROJECT_TYPE}" in
Expand Down

0 comments on commit eb74fb2

Please sign in to comment.