Skip to content

Commit

Permalink
Use arm64 machines for ios_debug_sim_arm64 test. (flutter#44920)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
godofredoc authored Aug 21, 2023
1 parent e5f690b commit 55b8426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false
Expand Down

0 comments on commit 55b8426

Please sign in to comment.