File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ macos_template: &MACOS_TEMPLATE
27
27
# PRs on macOS.
28
28
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
29
29
macos_instance :
30
- image : ghcr.io/cirruslabs/macos-ventura-xcode:14
30
+ image : ghcr.io/cirruslabs/macos-ventura-xcode:14.3
31
31
32
32
flutter_upgrade_template : &FLUTTER_UPGRADE_TEMPLATE
33
33
upgrade_flutter_script :
@@ -350,7 +350,7 @@ task:
350
350
# currently have a hard-coded device.
351
351
create_simulator_script :
352
352
- xcrun simctl list
353
- - xcrun simctl create "iPhone 13" com.apple.CoreSimulator.SimDeviceType.iPhone-13 com.apple.CoreSimulator.SimRuntime.iOS-16-0
353
+ - xcrun simctl create "iPhone 13" com.apple.CoreSimulator.SimDeviceType.iPhone-13 com.apple.CoreSimulator.SimRuntime.iOS-16-4
354
354
local_tests_script :
355
355
# script/configs/linux_only_custom_test.yaml
356
356
# Custom tests need Chrome for these packages. (They run in linux-custom_package_tests)
You can’t perform that action at this time.
0 commit comments