Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed May 21, 2024
1 parent e13626a commit 33df4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/ci/setup_gh_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ else
fi

if [ -d '/Applications/Xcode_15.3.app/Contents/Developer' ]; then
sudo xcrun xcode-select --switch '/Applications/Xcode_15.4.app/Contents/Developer'
clang++ -dM -E -x c++ -c /dev/null | grep apple_build_version
sudo xcrun xcode-select --switch '/Applications/Xcode_15.3.app/Contents/Developer'
clang++ -dM -E -x c++ -c /dev/null | grep apple_build_version
sudo xcrun xcode-select --switch '/Applications/Xcode_15.2.app/Contents/Developer'
Expand Down

0 comments on commit 33df4ce

Please sign in to comment.