mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
fix: use latest xcode
This commit is contained in:
parent
a13802054d
commit
57d41bb9b8
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -96,10 +96,11 @@ jobs:
|
||||
brew install cmake ninja llvm qt6
|
||||
echo "LLVM_ROOT=$(brew --prefix llvm)/bin" >> $GITHUB_ENV
|
||||
|
||||
- name: Install iOS SDK
|
||||
- name: Use latest Xcode
|
||||
if: ${{ matrix.ios }}
|
||||
run: |
|
||||
xcodebuild -downloadPlatform iOS
|
||||
uses: maxim-lobanov/setup-xcode@v1.6.0
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
|
||||
- name: Setup Emscripten
|
||||
uses: mymindstorm/setup-emsdk@master
|
||||
|
||||
Loading…
Reference in New Issue
Block a user