From 5534d88b1df85a09faefd3c6e4fed97beac56286 Mon Sep 17 00:00:00 2001 From: Victoria Ashworth Date: Thu, 6 Jun 2024 11:29:50 -0500 Subject: [PATCH 1/2] Run tests on macOS 13 or 14 --- .ci.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 215cf75eed4..0147fdafd0f 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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 : >- @@ -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 : >- @@ -1021,6 +1021,8 @@ targets: presubmit: false timeout: 60 properties: + # TODO(vashworth): Remove os property once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. + os: Mac-13 channel: stable version_file: flutter_stable.version target_file: macos_platform_tests.yaml @@ -1049,6 +1051,8 @@ targets: recipe: packages/packages timeout: 60 properties: + # TODO(vashworth): Remove os property once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. + os: Mac-13 version_file: flutter_stable.version target_file: macos_custom_package_tests.yaml channel: stable From 85651c63feba19c8542437c76b541c27b4fd67ac Mon Sep 17 00:00:00 2001 From: Victoria Ashworth Date: Thu, 6 Jun 2024 15:11:08 -0500 Subject: [PATCH 2/2] remove os limit from stable tests --- .ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 0147fdafd0f..2ddc8a1cca6 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1021,8 +1021,6 @@ targets: presubmit: false timeout: 60 properties: - # TODO(vashworth): Remove os property once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. - os: Mac-13 channel: stable version_file: flutter_stable.version target_file: macos_platform_tests.yaml @@ -1051,8 +1049,6 @@ targets: recipe: packages/packages timeout: 60 properties: - # TODO(vashworth): Remove os property once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. - os: Mac-13 version_file: flutter_stable.version target_file: macos_custom_package_tests.yaml channel: stable