Skip to content

Commit

Permalink
CI: Update MacOS runner XCode version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcl3 committed Aug 21, 2024
1 parent c380dcf commit 5135907
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5135907

Please sign in to comment.