Skip to content

Commit

Permalink
Only run tests on macOS 12 (flutter#5369)
Browse files Browse the repository at this point in the history
There's an flutter/flutter#138238 with mac_toolchain that makes Xcode installs flakey and an flutter/flutter#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.
  • Loading branch information
vashworth authored and HugoOlthof committed Dec 13, 2023
1 parent 1cfb8ab commit 7088c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 7088c07

Please sign in to comment.