From 0781d2efc859b68f0c0843464c62c427d77d9f2f Mon Sep 17 00:00:00 2001 From: Victoria Ashworth <15619084+vashworth@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:45:38 -0600 Subject: [PATCH] Run Mac_arm64 framework_tests_misc on Mac-14 with Xcode 16 (#162670) This test was failing on macOS 14, but [may pass if used with Xcode 16](https://github.com/flutter/flutter/issues/150008#issuecomment-2368846893). Let's force it to run with Xcode 16. Fixes https://github.com/flutter/flutter/issues/150008. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index b4e902ea69d..b024bc20215 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -3938,7 +3938,7 @@ targets: recipe: flutter/flutter_drone timeout: 60 properties: - os: Mac-13 + os: Mac-14 dependencies: >- [ {"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"}, @@ -3946,6 +3946,11 @@ targets: {"dependency": "open_jdk", "version": "version:17"}, {"dependency": "android_sdk", "version": "version:35v1"} ] + # TODO(vashworth): Remove once Xcode 16 is used by all tests + $flutter/osx_sdk : >- + { + "sdk_version": "16c5032a" + } shard: framework_tests subshard: misc tags: >