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: |