From 79e5ab36a3145700315ca98fb26e99d33857958d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bj=C3=B6rkert?= Date: Thu, 21 Mar 2024 20:41:30 +0100 Subject: [PATCH 1/2] Update to Xcode 15 and iOS 17 SDK for App Store compliance --- .github/workflows/build_LoopFollow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_LoopFollow.yml b/.github/workflows/build_LoopFollow.yml index e58d579c6..843f062f8 100644 --- a/.github/workflows/build_LoopFollow.yml +++ b/.github/workflows/build_LoopFollow.yml @@ -20,11 +20,11 @@ jobs: build: name: Build needs: validate - runs-on: macos-12 + runs-on: macos-13 steps: # Uncomment to manually select latest Xcode if needed - name: Select Latest Xcode - run: "sudo xcode-select --switch /Applications/Xcode_14.1.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer" # Checks-out the repo - name: Checkout Repo From 8bf6da29d11252a1facd7053a64fef6ead8db464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bj=C3=B6rkert?= Date: Fri, 22 Mar 2024 08:22:07 +0100 Subject: [PATCH 2/2] Bump all runners to macOS 13 --- .github/workflows/add_identifiers.yml | 2 +- .github/workflows/create_certs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index 339a4fdde..8ffb5e5c9 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -11,7 +11,7 @@ jobs: identifiers: needs: validate - runs-on: macos-12 + runs-on: macos-13 steps: # Uncomment to manually select latest Xcode if needed #- name: Select Latest Xcode diff --git a/.github/workflows/create_certs.yml b/.github/workflows/create_certs.yml index 7d3f456c8..173ef3ce5 100644 --- a/.github/workflows/create_certs.yml +++ b/.github/workflows/create_certs.yml @@ -12,7 +12,7 @@ jobs: certificates: name: Create Certificates needs: validate - runs-on: macos-12 + runs-on: macos-13 steps: # Uncomment to manually select latest Xcode if needed #- name: Select Latest Xcode