From a35d243bbd5382ee2800bfcc2edd143a58666a5e Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 17 Jan 2024 15:25:47 -0800 Subject: [PATCH 1/2] Use any mac machine available for orchestrator run. This will remove some of the stress on x64 machines and will help to get faster builds on dart-internal. --- .ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 08d81b3d72bd3..2b60af52dbd5a 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -30,14 +30,12 @@ platform_properties: {"dependency": "open_jdk", "version": "version:17"} ] device_type: none - cpu: x86 + cpu: arm64 os: Mac-13 $flutter/osx_sdk : >- { "sdk_version": "14e300c" } - dimensions: - mac_model: "Macmini8,1|Macmini9,1" windows: properties: # CIPD flutter/java/openjdk/$platform From d9c4e4e7f9062c41866e5924e1b96ee90bde0033 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 17 Jan 2024 15:58:55 -0800 Subject: [PATCH 2/2] Move back to use either mac available. --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 2b60af52dbd5a..8abd42fee991f 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -30,7 +30,6 @@ platform_properties: {"dependency": "open_jdk", "version": "version:17"} ] device_type: none - cpu: arm64 os: Mac-13 $flutter/osx_sdk : >- {