From b532c6741cfe9324e4a4b6d74be79fdb3fa81261 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 21 Aug 2023 13:55:14 -0700 Subject: [PATCH] Use arm64 machines for ios_debug_sim_arm64 test. The test is failing when running on a x64 machine and we are pinning this test to use arm64. Bug: https://github.com/flutter/flutter/issues/132993 --- ci/builders/mac_unopt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/builders/mac_unopt.json b/ci/builders/mac_unopt.json index b6f5fc25881bf..f0591e9e3e355 100644 --- a/ci/builders/mac_unopt.json +++ b/ci/builders/mac_unopt.json @@ -232,7 +232,8 @@ "recipe": "engine_v2/tester_engine", "drone_dimensions": [ "device_type=none", - "os=Mac-12" + "os=Mac-12", + "cpu=arm64" ], "gclient_variables": { "download_android_deps": false