mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Update MacOS runner XCode version
This commit is contained in:
parent
fe42e2719f
commit
4771a08d27
Notes:
github-actions[bot]
2024-08-21 01:57:30 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4771a08d27f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1152
1 changed files with 6 additions and 1 deletions
7
.github/actions/setup/action.yml
vendored
7
.github/actions/setup/action.yml
vendored
|
@ -46,12 +46,17 @@ runs:
|
|||
python3 -m pip install --upgrade pip
|
||||
pip3 install requests six
|
||||
|
||||
- name: 'Switch to latest Xcode beta'
|
||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: latest
|
||||
|
||||
- name: 'Install Dependencies'
|
||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
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