CI: Update MacOS runner XCode version
This commit is contained in:
parent
2f3128333d
commit
681c0b5d1b
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
|
@ -51,7 +51,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
sudo xcode-select --switch /Applications/Xcode_16.0.app
|
||||
sudo xcode-select --switch /Applications/Xcode_16_beta_5.app
|
||||
brew update
|
||||
brew install autoconf autoconf-archive automake bash ccache coreutils ffmpeg llvm@18 nasm ninja qt unzip wabt pyyaml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue