Skip to content

Commit

Permalink
Use Xcode 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkedwardli authored and flyinghead committed May 1, 2024
1 parent 300cf0d commit 2d4684a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
steps:
- name: Set up build environment (macOS)
run: |
sudo xcode-select -switch /Applications/Xcode_15.3.app
# Unlink and re-link to prevent errors when github mac runner images install python outside of brew. See https://github.com/actions/setup-python/issues/577
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
brew update || :
Expand Down

0 comments on commit 2d4684a

Please sign in to comment.