Skip to content

Commit

Permalink
Test selecting Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jul 3, 2024
1 parent 29b6d3e commit 1307ad3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ test ! -d /opt/homebrew || /usr/bin/sudo /usr/bin/find /opt/homebrew -mindepth 1
hash -r
endgroup

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_15.3.app/Contents/Developer
;;
esac
endgroup

begingroup "Installing getopt"
# Install getopt required by mpbb
Expand Down

0 comments on commit 1307ad3

Please sign in to comment.