This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ macos_template: &MACOS_TEMPLATE
4747 # PRs on macOS.
4848 use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
4949 osx_instance :
50- image : big-sur-xcode-12.5
50+ image : big-sur-xcode-13
5151
5252# Light-workload Linux tasks.
5353# These use default machines, with fewer CPUs, to reduce pressure on the
@@ -274,7 +274,7 @@ task:
274274 SIMCTL_CHILD_MAPS_API_KEY : ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
275275 create_simulator_script :
276276 - xcrun simctl list
277- - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-14-5 | xargs xcrun simctl boot
277+ - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 | xargs xcrun simctl boot
278278 build_script :
279279 - ./script/tool_runner.sh build-examples --ios
280280 xcode_analyze_script :
You can’t perform that action at this time.
0 commit comments