-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Bump Cirrus osx_instance image version #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,7 +49,7 @@ task: | |
| use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' | ||
| name: build-ipas | ||
| osx_instance: | ||
| image: high-sierra-xcode-9.4.1 | ||
| image: catalina-flutter | ||
| env: | ||
| PATH: $PATH:/usr/local/bin | ||
| matrix: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove the clone of Flutter and the Flutter path additions below? According to the docs Flutter is now pre-installed on those images; not cloning should speed up jobs a little.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did addition cleanup, let's see if it all passes. |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.