Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 55b8426

Browse files
authored
Use arm64 machines for ios_debug_sim_arm64 test. (#44920)
The test is failing when running on a x64 machine and we are pinning this test to use arm64. Bug: flutter/flutter#132993 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent e5f690b commit 55b8426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/builders/mac_unopt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@
232232
"recipe": "engine_v2/tester_engine",
233233
"drone_dimensions": [
234234
"device_type=none",
235-
"os=Mac-12"
235+
"os=Mac-12",
236+
"cpu=arm64"
236237
],
237238
"gclient_variables": {
238239
"download_android_deps": false

0 commit comments

Comments
 (0)