From 379cecb08fb37778c4a5b679f3210b0a43eb8c20 Mon Sep 17 00:00:00 2001 From: JJTech Date: Fri, 19 Aug 2022 11:35:31 -0400 Subject: [PATCH] Use Xcode 14 (#55) New iOS 16 features require Xcode 14 Xcode 14 is only available on macOS 12 runners Signed-off-by: JJTech --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01a45e86..27996217 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,12 +3,16 @@ on: [push, pull_request] jobs: build: name: Build and upload SideStore - runs-on: macos-11 + runs-on: macos-12 steps: - name: Checkout code uses: actions/checkout@v2 with: submodules: recursive + - name: Setup Xcode 14 + uses: maxim-lobanov/setup-xcode@v1.4.1 + with: + xcode-version: '14.0-beta' - name: Build SideStore run: | rm -rf ~/Library/Developer/Xcode/DerivedData/