From a41c447c8b0f7f05171aa55ec790d9463a251c19 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 15 Dec 2022 15:19:09 -0800 Subject: [PATCH] Pass dimension explicitly to mac x64 packaging. (#117172) Without passing this dimension there is a chance that the build will run on a arm64 machine. --- .ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 5b8a4b39d516..ec5ff0150378 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4750,6 +4750,8 @@ targets: task_name: flutter_packaging tags: > ["framework", "hostonly", "shard", "mac"] + dimensions: + cpu: "x86" - name: Mac_arm64 flutter_packaging