File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ macos_template: &MACOS_TEMPLATE
25
25
# Only one macOS task can run in parallel without credits, so use them for
26
26
# PRs on macOS.
27
27
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
28
- osx_instance :
29
- image : big-sur-xcode-13
28
+ # Run tasks on Apple Silicon.
29
+ macos_instance :
30
+ image : ghcr.io/cirruslabs/macos-monterey-xcode:13.4
30
31
31
32
flutter_upgrade_template : &FLUTTER_UPGRADE_TEMPLATE
32
33
upgrade_flutter_script :
@@ -243,11 +244,11 @@ task:
243
244
CHANNEL : " stable"
244
245
create_simulator_script :
245
246
- xcrun simctl list
246
- - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-15-0 | xargs xcrun simctl boot
247
+ - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-13 com.apple.CoreSimulator.SimRuntime.iOS-15-5 | xargs xcrun simctl boot
247
248
build_script :
248
249
- ./script/tool_runner.sh build-examples --ios
249
250
native_test_script :
250
- - ./script/tool_runner.sh native-test --ios --ios-destination "platform=iOS Simulator,name=iPhone 11 ,OS=latest"
251
+ - ./script/tool_runner.sh native-test --ios --ios-destination "platform=iOS Simulator,name=iPhone 13 ,OS=latest"
251
252
- name : ios-custom_package_tests
252
253
env :
253
254
PATH : $PATH:/usr/local/bin
You can’t perform that action at this time.
0 commit comments