@@ -78,6 +78,7 @@ platform_properties:
78
78
]
79
79
os : Mac-12
80
80
device_type : none
81
+ cpu : x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
81
82
xcode : 14a5294e # xcode 14.0 beta 5
82
83
mac_arm64 :
83
84
properties :
@@ -2696,6 +2697,8 @@ targets:
2696
2697
task_name : flutter_packaging
2697
2698
tags : >
2698
2699
["framework", "hostonly", "shard", "mac"]
2700
+ dimensions :
2701
+ cpu : " arm64"
2699
2702
2700
2703
- name : Mac flutter_view_macos__start_up
2701
2704
presubmit : false
@@ -3009,7 +3012,6 @@ targets:
3009
3012
recipe : devicelab/devicelab_drone
3010
3013
timeout : 60
3011
3014
properties :
3012
- cpu : x86 # https://github.com/flutter/flutter/issues/119750
3013
3015
dependencies : >-
3014
3016
[
3015
3017
{"dependency": "xcode", "version": "14a5294e"},
@@ -3065,6 +3067,7 @@ targets:
3065
3067
recipe : flutter/flutter_drone
3066
3068
timeout : 60
3067
3069
properties :
3070
+ cpu : arm64
3068
3071
dependencies : >-
3069
3072
[
3070
3073
{"dependency": "xcode", "version": "14a5294e"},
@@ -4911,6 +4914,8 @@ targets:
4911
4914
task_name : flutter_packaging
4912
4915
tags : >
4913
4916
["framework", "hostonly", "shard", "mac"]
4917
+ dimensions :
4918
+ cpu : " arm64"
4914
4919
4915
4920
- name : Windows flutter_packaging
4916
4921
recipe : packaging_v2/packaging_v2
0 commit comments