Skip to content
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

Update Xcode version to 13a233 #98297

Merged
merged 3 commits into from
Feb 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ platform_properties:
]
dependencies: >-
[]
os: Mac-10.15
os: Mac-12
device_type: none
mac_model: Macmini8,1
xcode: 12c33
xcode: 13a233
mac_android:
properties:
caches: >-
Expand All @@ -85,7 +85,7 @@ platform_properties:
{"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}
]
os: Mac-12.0
os: Mac-12
device_os: N
mac_ios:
properties:
Expand All @@ -106,7 +106,7 @@ platform_properties:
{"dependency": "gems"},
{"dependency": "ios_signing"}
]
os: Mac-12.0
os: Mac-12
device_os: iOS-15.1
xcode: 13a233
windows:
Expand Down Expand Up @@ -2818,8 +2818,6 @@ targets:
tags: >
["devicelab","hostonly"]
task_name: plugin_lint_mac
os: Mac-12 # Override OS and Xcode for https://github.com/flutter/flutter/issues/97303
xcode: 13a233
scheduler: luci
runIf:
- dev/**
Expand Down Expand Up @@ -3053,6 +3051,8 @@ targets:
subshard: web
tags: >
["framework","hostonly","shard"]
os: Mac-10.15 # Override OS and Xcode for https://github.com/flutter/flutter/issues/98278
xcode: 12c33
Comment on lines +3054 to +3055
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added an override for the failing web tests while the Chrome cipd package is updated

scheduler: luci
runIf:
- dev/**
Expand Down