Unverified Commit bd7e2eee authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Bump Cirrus image Xcode version (#63252)

parent 13d1ff8c
...@@ -333,7 +333,7 @@ task: ...@@ -333,7 +333,7 @@ task:
# than just fetching the data in the first place. # than just fetching the data in the first place.
task: task:
osx_instance: osx_instance:
image: catalina-xcode-11.3.1-flutter # see https://cirrus-ci.org/guide/macOS/ for list of images (we should update regularly) image: catalina-xcode-12.0-flutter # see https://cirrus-ci.org/guide/macOS/ for list of images (we should update regularly)
# cpu is always 2 # cpu is always 2
# memory is always 8G # memory is always 8G
environment: environment:
......
...@@ -50,6 +50,8 @@ Future<void> main() async { ...@@ -50,6 +50,8 @@ Future<void> main() async {
environment: <String, String>{ environment: <String, String>{
'LANG': 'en_US.UTF-8', 'LANG': 'en_US.UTF-8',
}, },
// TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502
canFail: true,
); );
}); });
...@@ -69,6 +71,8 @@ Future<void> main() async { ...@@ -69,6 +71,8 @@ Future<void> main() async {
environment: <String, String>{ environment: <String, String>{
'LANG': 'en_US.UTF-8', 'LANG': 'en_US.UTF-8',
}, },
// TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502
canFail: true,
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment