We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b4b41 commit e7f9b43Copy full SHA for e7f9b43
1 file changed
.github/workflows/cupertino.yml
@@ -74,7 +74,7 @@ jobs:
74
flutter test -d macos integration_test/main.dart --test-randomize-ordering-seed=random
75
ios:
76
name: "iOS: Test"
77
- runs-on: macos-14
+ runs-on: macos-latest
78
defaults:
79
run:
80
working-directory: pkgs/cupertino_http
@@ -101,5 +101,5 @@ jobs:
101
run: |
102
cd example
103
flutter pub get
104
- sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
+ #sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
105
flutter build ipa --no-codesign
0 commit comments