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

Commit 58f2698

Browse files
fkorotkovamirh
authored andcommitted
[ci] Upgrade to Xcode 11.3 (#2435)
1 parent ed7620c commit 58f2698

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
@@ -86,7 +86,7 @@ task:
8686
only_if: $CIRRUS_TAG == ''
8787
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
8888
osx_instance:
89-
image: mojave-xcode-11.2.1-flutter
89+
image: mojave-xcode-11.3-flutter
9090
setup_script:
9191
- pod repo update
9292
upgrade_script:
@@ -98,7 +98,7 @@ task:
9898
activate_script: pub global activate flutter_plugin_tools
9999
create_simulator_script:
100100
- xcrun simctl list
101-
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-2 | xargs xcrun simctl boot
101+
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-3 | xargs xcrun simctl boot
102102
matrix:
103103
- name: build_all_plugins_ipa
104104
script:
@@ -133,7 +133,7 @@ task:
133133
only_if: $CIRRUS_TAG == ''
134134
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
135135
osx_instance:
136-
image: mojave-xcode-11.2.1-flutter
136+
image: mojave-xcode-11.3-flutter
137137
setup_script:
138138
- pod repo update
139139
- flutter config --enable-macos-desktop

0 commit comments

Comments
 (0)