Skip to content

Commit a9579a1

Browse files
jmagmanamantoux
authored andcommitted
[ci] Update macOS Cirrus image to Xcode 13 (flutter#4429)
In anticipation of flutter/flutter#91634 Flutter tool enforcement, and to use the latest Xcode and SDKs that our customers may be using, upgrade the macOS Cirrus image to Xcode 13.
1 parent ee3e21e commit a9579a1

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
@@ -275,7 +275,7 @@ task:
275275
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
276276
create_simulator_script:
277277
- xcrun simctl list
278-
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-14-5 | xargs xcrun simctl boot
278+
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-15-0 | xargs xcrun simctl boot
279279
build_script:
280280
- ./script/tool_runner.sh build-examples --ios
281281
xcode_analyze_script:

0 commit comments

Comments
 (0)