mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
CI: Update MacOS runner XCode version
This commit is contained in:
parent
2f3128333d
commit
681c0b5d1b
Notes:
github-actions[bot]
2024-08-20 14:07:52 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/681c0b5d1be Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1136
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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
sudo xcode-select --switch /Applications/Xcode_16.0.app
|
sudo xcode-select --switch /Applications/Xcode_16_beta_5.app
|
||||||
brew update
|
brew update
|
||||||
brew install autoconf autoconf-archive automake bash ccache coreutils ffmpeg llvm@18 nasm ninja qt unzip wabt pyyaml
|
brew install autoconf autoconf-archive automake bash ccache coreutils ffmpeg llvm@18 nasm ninja qt unzip wabt pyyaml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue