Skip to content

Commit 407b7da

Browse files
authored
Update Cirrus to Xcode 14.3 (flutter#3890)
Fixes flutter#125918.
1 parent 7499192 commit 407b7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ macos_template: &MACOS_TEMPLATE
2727
# PRs on macOS.
2828
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
2929
macos_instance:
30-
image: ghcr.io/cirruslabs/macos-ventura-xcode:14
30+
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3
3131

3232
flutter_upgrade_template: &FLUTTER_UPGRADE_TEMPLATE
3333
upgrade_flutter_script:
@@ -350,7 +350,7 @@ task:
350350
# currently have a hard-coded device.
351351
create_simulator_script:
352352
- 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
354354
local_tests_script:
355355
# script/configs/linux_only_custom_test.yaml
356356
# Custom tests need Chrome for these packages. (They run in linux-custom_package_tests)

0 commit comments

Comments
 (0)