From 207fc521af964859946c798628833aeacd3208ba Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 28 Aug 2025 13:53:43 +0200 Subject: [PATCH] Try another solution for the xcode and ios version problem --- .github/workflows/build-apple.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-apple.yml b/.github/workflows/build-apple.yml index 826e12e3..0ca6888a 100644 --- a/.github/workflows/build-apple.yml +++ b/.github/workflows/build-apple.yml @@ -18,9 +18,7 @@ jobs: # This seems to be related to https://github.com/actions/runner-images/issues/12758 - name: Xcode setup run: | - sudo xcodebuild -license accept - sudo xcode-select --install - sudo xcodebuild -downloadPlatform iOS + sudo xcode-select --switch /Applications/Xcode_16.4.app - name: Common flutter setup uses: ./.github/actions/flutter-common @@ -51,9 +49,7 @@ jobs: # This seems to be related to https://github.com/actions/runner-images/issues/12758 - name: Xcode setup run: | - sudo xcodebuild -license accept - sudo xcode-select --install - sudo xcodebuild -downloadPlatform iOS + sudo xcode-select --switch /Applications/Xcode_16.4.app - name: Build .xcarchive run: |