Skip to content

Commit a41c447

Browse files
authored
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.
1 parent 0916375 commit a41c447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4750,6 +4750,8 @@ targets:
47504750
task_name: flutter_packaging
47514751
tags: >
47524752
["framework", "hostonly", "shard", "mac"]
4753+
dimensions:
4754+
cpu: "x86"
47534755

47544756

47554757
- name: Mac_arm64 flutter_packaging

0 commit comments

Comments
 (0)