From 905cb466787bc6055d090d2066c565720f46dfdb Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Wed, 9 Oct 2024 12:11:30 +0200 Subject: [PATCH] Reapply "Switch to Xcode 16 on macOS 14 arm64 GHA Runner" This reverts commit 79643d411f9a1dd8130661a8a91fa59d747b4701. --- .github/workflows/deploy-appstore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index 3c26d23a0..2cd3d3410 100644 --- a/.github/workflows/deploy-appstore.yml +++ b/.github/workflows/deploy-appstore.yml @@ -8,7 +8,7 @@ on: jobs: deploy_appstore: name: Deploy App Store - runs-on: macos-13 + runs-on: macos-14 steps: - name: Install SSH key uses: webfactory/ssh-agent@v0.5.3 @@ -25,7 +25,7 @@ jobs: NotificationEndpointRelease: ${{ secrets.NotificationEndpointRelease }} run: exec ./.github/scripts/setup.sh - name: Select required Xcode version - run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app + run: sudo xcode-select -switch /Applications/Xcode_16.app - name: Deploy App Store env: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}