Skip to content

Commit 16ed623

Browse files
authored
Use available simulator for CI (#1404)
1 parent 31407be commit 16ed623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ task:
8080
activate_script: pub global activate flutter_plugin_tools
8181
create_simulator_script:
8282
- xcrun simctl list
83-
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-12-2 | xargs xcrun simctl boot
83+
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-2 | xargs xcrun simctl boot
8484
matrix:
8585
- name: build-ipas+drive-examples
8686
env:

0 commit comments

Comments
 (0)