Skip to content

Commit

Permalink
Enforce cpu explicitly for Mac devicelab test beds (#101871) (#102685)
Browse files Browse the repository at this point in the history
Co-authored-by: keyonghan <54558023+keyonghan@users.noreply.github.com>
  • Loading branch information
Casey Hillers and keyonghan committed Apr 28, 2022
1 parent 5293f3c commit d3d6fba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ platform_properties:
[]
os: Mac-12
device_type: none
mac_model: Macmini8,1
cpu: x86
xcode: 13a233
mac_android:
properties:
Expand All @@ -106,6 +106,7 @@ platform_properties:
{"dependency": "open_jdk", "version": "11"}
]
os: Mac-12
cpu: x86
device_os: N
mac_ios:
properties:
Expand All @@ -127,6 +128,7 @@ platform_properties:
{"dependency": "ios_signing"}
]
os: Mac-12
cpu: x86
device_os: iOS-15.1
xcode: 13a233
windows:
Expand Down

0 comments on commit d3d6fba

Please sign in to comment.