Skip to content

Commit

Permalink
CI: use Xcode 15.4 on macOS 14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Nov 13, 2024
1 parent 7cd03cf commit dc96f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ begingroup "Selecting Xcode version"
case "$OS_MAJOR" in
22) sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
;;
23) sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
23) sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
;;
esac
endgroup
Expand Down

0 comments on commit dc96f00

Please sign in to comment.