Skip to content

Commit 34730c7

Browse files
authored
Revert "Run Mac hostonly tests on any available arch (flutter#119762)" (flutter#119784)
This reverts commit 475fc4a.
1 parent f767f86 commit 34730c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)