Skip to content

Commit 9f09740

Browse files
keyonghanCasey Hillers
authored andcommitted
Add cpu: x86 dimension and xcode dependency for Mac_build_test targets (flutter#126482)
This is a follow up of flutter#111164. My local LED was based on `cpu: x86` dimension and `xcode` dependency. But these are missed in the above PR, which caused test failure: https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_build_test%20flutter_gallery__transition_perf_e2e_ios/19/overview
1 parent 5ba5423 commit 9f09740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,13 @@ platform_properties:
115115
properties:
116116
dependencies: >-
117117
[
118+
{"dependency": "xcode", "version": "14e222b"},
119+
{"dependency": "gems", "version": "v3.3.14"},
118120
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
119121
]
120122
os: Mac-12
121123
device_type: none
124+
cpu: x86
122125
xcode: 14e222b
123126
mac_android:
124127
properties:

0 commit comments

Comments
 (0)