Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ platform_properties:
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: Mac-14|Mac-15.5
os: Mac-15.5|Mac-15.7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change removes Mac-14 from the list of operating systems for this test configuration. This could result in an unintended gap in test coverage for macOS 14. To ensure continued testing on the older OS while adding support for Mac-15.7, consider including all three versions.

      os: Mac-14|Mac-15.5|Mac-15.7

device_type: none
cpu: arm64
$flutter/osx_sdk : >-
Expand All @@ -108,7 +108,7 @@ platform_properties:
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: Mac-14|Mac-15.5
os: Mac-15.5|Mac-15.7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the change above, this removes Mac-14 from the test matrix for x86 CPUs. To maintain test coverage on macOS 14, it is advisable to add Mac-15.7 without removing the existing OS version.

      os: Mac-14|Mac-15.5|Mac-15.7

device_type: none
cpu: x86
$flutter/osx_sdk : >-
Expand Down