Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 565986d

Browse files
committed
Update macOS Cirrus image to Xcode 13
1 parent c254963 commit 565986d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)