From 8c44f83d6c81b0035067293274e31d73154e5b0a Mon Sep 17 00:00:00 2001 From: nyne <67669799+wgh136@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:50:32 +0800 Subject: [PATCH] Update Xcode version in GitHub Actions workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7a83d5..87abbb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: channel: "stable" flutter-version-file: pubspec.yaml architecture: x64 - - run: sudo xcode-select --switch /Applications/Xcode_16.0.app + - run: sudo xcode-select --switch /Applications/Xcode_16.4.app - run: flutter pub get # Step 1: Decode and install the certificate - name: Decode and install certificate @@ -63,7 +63,7 @@ jobs: channel: "stable" flutter-version-file: pubspec.yaml architecture: x64 - - run: sudo xcode-select --switch /Applications/Xcode_16.0.app + - run: sudo xcode-select --switch /Applications/Xcode_16.4.app - run: flutter pub get - run: flutter build ios --release --no-codesign - run: |