Skip to content

Commit db53dae

Browse files
authored
Run tests on macOS 15.5 or 15.7 (#10336)
In preparation of upgrading our fleet to macOS 15.7, allow tests to run on either macOS 15.5 or 15.7. *List which issues are fixed by this PR. You must list at least one issue.* Fixes flutter/flutter#176931 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^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 f1b2af6 commit db53dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ platform_properties:
9595
[
9696
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
9797
]
98-
os: Mac-14|Mac-15.5
98+
os: Mac-15.5|Mac-15.7
9999
device_type: none
100100
cpu: arm64
101101
$flutter/osx_sdk : >-
@@ -108,7 +108,7 @@ platform_properties:
108108
[
109109
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
110110
]
111-
os: Mac-14|Mac-15.5
111+
os: Mac-15.5|Mac-15.7
112112
device_type: none
113113
cpu: x86
114114
$flutter/osx_sdk : >-

0 commit comments

Comments
 (0)