workflows: Update Apple builds from XCode 15.0 to xcode-latest

This commit is contained in:
Reg Tiangha 2024-04-11 08:20:23 -06:00
parent e07d466e70
commit 5e5d4a5a27
No known key found for this signature in database
GPG Key ID: 00D437798B1C2970

View File

@ -80,6 +80,10 @@ jobs:
key: ${{ runner.os }}-${{ matrix.target }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-${{ matrix.target }}-
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Install tools
run: brew install ccache ninja spirv-tools
- name: Build
@ -248,6 +252,10 @@ jobs:
key: ${{ runner.os }}-ios-${{ github.sha }}
restore-keys: |
${{ runner.os }}-ios-
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Install tools
run: brew install ccache ninja
- name: Build