mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 07:08:10 +08:00
Only run tests on macOS 12 (#5369)
There's an https://github.com/flutter/flutter/issues/138238 with mac_toolchain that makes Xcode installs flakey and an https://github.com/flutter/flutter/issues/138246 that makes Xcode installs more frequent on macOS 13, which is causing presubmit tests to fall frequently. In the meantime, we'll only have tests run on macOS 12.
This commit is contained in:

committed by
GitHub

parent
da3bf27a52
commit
17bd92e8a3
4
.ci.yaml
4
.ci.yaml
@ -85,7 +85,7 @@ platform_properties:
|
||||
[
|
||||
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
|
||||
]
|
||||
os: "Mac-12|Mac-13"
|
||||
os: "Mac-12"
|
||||
device_type: none
|
||||
cpu: arm64
|
||||
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
|
||||
@ -101,7 +101,7 @@ platform_properties:
|
||||
[
|
||||
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
|
||||
]
|
||||
os: "Mac-12|Mac-13"
|
||||
os: "Mac-12"
|
||||
device_type: none
|
||||
cpu: x86
|
||||
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
|
||||
|
Reference in New Issue
Block a user