From 0de40862d3a271c4f6c8b8fc82f3afec64d415ed Mon Sep 17 00:00:00 2001 From: Victoria Ashworth Date: Tue, 2 May 2023 16:40:20 -0500 Subject: [PATCH] Update cirrus to xcode 14.3 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7d00bcbc75c..d1d9414430c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -27,7 +27,7 @@ macos_template: &MACOS_TEMPLATE # PRs on macOS. use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-xcode:14 + image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3 flutter_upgrade_template: &FLUTTER_UPGRADE_TEMPLATE upgrade_flutter_script: @@ -350,7 +350,7 @@ task: # currently have a hard-coded device. create_simulator_script: - xcrun simctl list - - xcrun simctl create "iPhone 13" com.apple.CoreSimulator.SimDeviceType.iPhone-13 com.apple.CoreSimulator.SimRuntime.iOS-16-0 + - xcrun simctl create "iPhone 13" com.apple.CoreSimulator.SimDeviceType.iPhone-13 com.apple.CoreSimulator.SimRuntime.iOS-16-4 local_tests_script: # script/configs/linux_only_custom_test.yaml # Custom tests need Chrome for these packages. (They run in linux-custom_package_tests)