Skip to content

Commit

Permalink
Update Xcode version to 13a233 (flutter#98297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored and clocksmith committed Mar 8, 2022
1 parent ead7c88 commit 732952e
Showing 1 changed file with 6 additions and 6 deletions.
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 @@ -2841,8 +2841,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 @@ -3076,6 +3074,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
scheduler: luci
runIf:
- dev/**
Expand Down

0 comments on commit 732952e

Please sign in to comment.