Skip to content

Commit

Permalink
Run tests on macOS 13 or 14 (flutter#6877)
Browse files Browse the repository at this point in the history
In preparation of upgrading our fleet to macOS 14, allow tests to run on either macOS 13 or 14.

Fixes flutter/flutter#148873.
  • Loading branch information
vashworth authored Jun 6, 2024
1 parent 4a178f1 commit 6a01138
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 @@ -90,7 +90,7 @@ platform_properties:
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: Mac-13
os: Mac-13|Mac-14
device_type: none
cpu: arm64
$flutter/osx_sdk : >-
Expand All @@ -103,7 +103,7 @@ platform_properties:
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: Mac-13
os: Mac-13|Mac-14
device_type: none
cpu: x86
$flutter/osx_sdk : >-
Expand Down

0 comments on commit 6a01138

Please sign in to comment.