From bec47ba84ff5c72e046517a59f5c5da220f57930 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 13 Apr 2023 20:09:23 -0700 Subject: [PATCH] Macmini8,1 for another target that runs host tests (flutter/engine#41179) This target also runs impeller_unittests that aren't safe to run right now on Macmini7,1 I missed this in https://github.com/flutter/engine/pull/41159 --- engine/src/flutter/ci/builders/mac_host_engine.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/ci/builders/mac_host_engine.json b/engine/src/flutter/ci/builders/mac_host_engine.json index 6ccec21fd6..870c5c82a6 100644 --- a/engine/src/flutter/ci/builders/mac_host_engine.json +++ b/engine/src/flutter/ci/builders/mac_host_engine.json @@ -128,7 +128,8 @@ "drone_dimensions": [ "device_type=none", "os=Mac-12", - "cpu=x86" + "cpu=x86", + "mac_model=Macmini8,1" ], "dependencies": [ {"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}