-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Override OS and Xcode version for plugin_lint_mac #98210
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
Conversation
@@ -2752,6 +2752,8 @@ targets: | |||
tags: > | |||
["devicelab","hostonly"] | |||
task_name: plugin_lint_mac | |||
os: Mac-12 # Override OS and Xcode for https://github.com/flutter/flutter/issues/97303 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the todo that this would eventually become the default for all the Mac tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that works is being done in #98144.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly, that work is being done with #98144.
Same issue seen in #98144 it's not using the |
flutter/cocoon#1597 to pass dimensions in pre-submit tests. |
Test failed as expected as in #98165, but not on any Xcode on infra issues. |
Merging on red. |
Work around #97303 by trying the newer version of Xcode and macOS.