Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4463066

Browse files
authored
Allow tests to use macOS 14 or 15.5 (flutter#9328)
Fixes flutter/flutter#167825 All tests tested manually: flutter/flutter#167822 (comment) ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 79f4377 commit 4463066

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ platform_properties:
9090
[
9191
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
9292
]
93-
os: Mac-14
93+
os: Mac-14|Mac-15.5
9494
device_type: none
9595
cpu: arm64
9696
$flutter/osx_sdk : >-
@@ -103,7 +103,7 @@ platform_properties:
103103
[
104104
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
105105
]
106-
os: Mac-14
106+
os: Mac-14|Mac-15.5
107107
device_type: none
108108
cpu: x86
109109
$flutter/osx_sdk : >-

0 commit comments

Comments
 (0)