Skip to content

Commit

Permalink
[ci] Upgrade to Xcode 11.3 (flutter#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored and Egor committed Nov 20, 2020
1 parent d7f38f2 commit 59f84e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ task:
only_if: $CIRRUS_TAG == ''
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance:
image: mojave-xcode-11.2.1-flutter
image: mojave-xcode-11.3-flutter
setup_script:
- pod repo update
upgrade_script:
Expand All @@ -98,7 +98,7 @@ task:
activate_script: pub global activate flutter_plugin_tools
create_simulator_script:
- xcrun simctl list
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-2 | xargs xcrun simctl boot
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-3 | xargs xcrun simctl boot
matrix:
- name: build_all_plugins_ipa
script:
Expand Down Expand Up @@ -133,7 +133,7 @@ task:
only_if: $CIRRUS_TAG == ''
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance:
image: mojave-xcode-11.2.1-flutter
image: mojave-xcode-11.3-flutter
setup_script:
- pod repo update
- flutter config --enable-macos-desktop
Expand Down

0 comments on commit 59f84e9

Please sign in to comment.