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

Commit ba50e6c

Browse files
committed
[ci] migrate to Apple Silicon
1 parent 2ca342c commit ba50e6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ macos_template: &MACOS_TEMPLATE
5757
# Only one macOS task can run in parallel without credits, so use them for
5858
# PRs on macOS.
5959
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
60-
osx_instance:
61-
image: big-sur-xcode-13
60+
macos_instance:
61+
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.3.1
6262

6363
# Light-workload Linux tasks.
6464
# These use default machines, with fewer CPUs, to reduce pressure on the
@@ -330,7 +330,7 @@ task:
330330
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
331331
create_simulator_script:
332332
- xcrun simctl list
333-
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-15-0 | xargs xcrun simctl boot
333+
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-15-4 | xargs xcrun simctl boot
334334
build_script:
335335
- ./script/tool_runner.sh build-examples --ios
336336
xcode_analyze_script:

0 commit comments

Comments
 (0)