Use Xcode 15.3

This commit is contained in:
Edward Li 2024-05-01 19:28:03 +08:00 committed by Flyinghead
parent 75f64efe93
commit 17db07703e
1 changed files with 1 additions and 0 deletions

View File

@ -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 || :