From 865422da200fd4b414693a6bfcc29e6d7215a012 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Sharma?=
 <737941+loic-sharma@users.noreply.github.com>
Date: Mon, 13 Feb 2023 15:52:35 -0800
Subject: [PATCH] Force `Mac tool_integration_tests` to run on x64 bots
 (#120634)

---
 .ci.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.ci.yaml b/.ci.yaml
index bf712d56635..b947a524bc2 100644
--- a/.ci.yaml
+++ b/.ci.yaml
@@ -3081,6 +3081,7 @@ targets:
     recipe: flutter/flutter_drone
     timeout: 60
     properties:
+      cpu: x86 # https://github.com/flutter/flutter/issues/120014
       add_recipes_cq: "true"
       dependencies: >-
         [
@@ -3106,6 +3107,7 @@ targets:
     recipe: flutter/flutter_drone
     timeout: 60
     properties:
+      cpu: x86 # https://github.com/flutter/flutter/issues/120014
       add_recipes_cq: "true"
       dependencies: >-
         [
@@ -3131,6 +3133,7 @@ targets:
     recipe: flutter/flutter_drone
     timeout: 60
     properties:
+      cpu: x86 # https://github.com/flutter/flutter/issues/120014
       add_recipes_cq: "true"
       dependencies: >-
         [
@@ -3156,6 +3159,7 @@ targets:
     recipe: flutter/flutter_drone
     timeout: 60
     properties:
+      cpu: x86 # https://github.com/flutter/flutter/issues/120014
       add_recipes_cq: "true"
       dependencies: >-
         [
-- 
GitLab