Skip to content

Commit e7f9b43

Browse files
committed
Update cupertino.yml
1 parent f4b4b41 commit e7f9b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cupertino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
flutter test -d macos integration_test/main.dart --test-randomize-ordering-seed=random
7575
ios:
7676
name: "iOS: Test"
77-
runs-on: macos-14
77+
runs-on: macos-latest
7878
defaults:
7979
run:
8080
working-directory: pkgs/cupertino_http
@@ -101,5 +101,5 @@ jobs:
101101
run: |
102102
cd example
103103
flutter pub get
104-
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
104+
#sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
105105
flutter build ipa --no-codesign

0 commit comments

Comments
 (0)