From 5e5d4a5a274b6d77be9332884c99888fdc7c3f66 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Thu, 11 Apr 2024 08:20:23 -0600 Subject: [PATCH] workflows: Update Apple builds from XCode 15.0 to xcode-latest --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb5a2da27..231db0b04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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