Bump Cirrus image Xcode version (#63252)

This commit is contained in:
Jenn Magder 2020-08-25 10:34:33 -07:00 committed by GitHub
parent 13d1ff8c67
commit bd7e2eeee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -333,7 +333,7 @@ task:
# than just fetching the data in the first place.
task:
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
# memory is always 8G
environment:

View File

@ -50,6 +50,8 @@ Future<void> main() async {
environment: <String, String>{
'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 {
environment: <String, String>{
'LANG': 'en_US.UTF-8',
},
// TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502
canFail: true,
);
});