Skip to content

Commit

Permalink
Pass dimension explicitly to mac x64 packaging. (#117172)
Browse files Browse the repository at this point in the history
Without passing this dimension there is a chance that the build will
run on a arm64 machine.
  • Loading branch information
godofredoc committed Dec 15, 2022
1 parent 0916375 commit a41c447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4750,6 +4750,8 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
dimensions:
cpu: "x86"


- name: Mac_arm64 flutter_packaging
Expand Down

0 comments on commit a41c447

Please sign in to comment.