From bc51ce39d1a7f4e0dd40ddaffb03e2e9ba4acdbc Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sun, 22 Dec 2019 02:14:22 -0500 Subject: [PATCH 1/2] [ci] Xcode 11.3 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b332dbe70c4d..7db1b11f212e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: @@ -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 From b21fc72e752bdc90d95ea70b4c8c594b81f7b0e1 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sun, 22 Dec 2019 09:31:35 -0500 Subject: [PATCH 2/2] Simulator 13.3 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7db1b11f212e..1236002fecd6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: