From ad91b45a97bee517fff9ac9de541f0d57894f5c0 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Thu, 9 Nov 2023 11:14:54 +0100 Subject: [PATCH] Fix Xcode-version See https://github.com/actions/runner-images/tree/main/images/macos --- .github/workflows/deploy-appstore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index daba7cc7a..3c26d23a0 100644 --- a/.github/workflows/deploy-appstore.yml +++ b/.github/workflows/deploy-appstore.yml @@ -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.0.app + run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app - name: Deploy App Store env: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}