@@ -78,6 +78,7 @@ platform_properties:
7878 ]
7979 os : Mac-12
8080 device_type : none
81+ cpu : x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8182 xcode : 14a5294e # xcode 14.0 beta 5
8283 mac_arm64 :
8384 properties :
@@ -2696,6 +2697,8 @@ targets:
26962697 task_name : flutter_packaging
26972698 tags : >
26982699 ["framework", "hostonly", "shard", "mac"]
2700+ dimensions :
2701+ cpu : " arm64"
26992702
27002703 - name : Mac flutter_view_macos__start_up
27012704 presubmit : false
@@ -3009,7 +3012,6 @@ targets:
30093012 recipe : devicelab/devicelab_drone
30103013 timeout : 60
30113014 properties :
3012- cpu : x86 # https://github.com/flutter/flutter/issues/119750
30133015 dependencies : >-
30143016 [
30153017 {"dependency": "xcode", "version": "14a5294e"},
@@ -3065,6 +3067,7 @@ targets:
30653067 recipe : flutter/flutter_drone
30663068 timeout : 60
30673069 properties :
3070+ cpu : arm64
30683071 dependencies : >-
30693072 [
30703073 {"dependency": "xcode", "version": "14a5294e"},
@@ -4911,6 +4914,8 @@ targets:
49114914 task_name : flutter_packaging
49124915 tags : >
49134916 ["framework", "hostonly", "shard", "mac"]
4917+ dimensions :
4918+ cpu : " arm64"
49144919
49154920 - name : Windows flutter_packaging
49164921 recipe : packaging_v2/packaging_v2
0 commit comments