Skip to content

Commit c95bb6f

Browse files
authored
Add mac_x64_ios configuration. (#141828)
This is in preparation to allow tests to run on x64 and arm64 if they rely only on the ios phone.
1 parent 70a4a5d commit c95bb6f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.ci.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,24 @@ platform_properties:
209209
{
210210
"sdk_version": "15a240d"
211211
}
212+
mac_x64_ios:
213+
properties:
214+
contexts: >-
215+
[
216+
"osx_sdk_devicelab"
217+
]
218+
dependencies: >-
219+
[
220+
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
221+
{"dependency": "apple_signing", "version": "version:to_2024"}
222+
]
223+
os: Mac-13
224+
cpu: x86
225+
device_os: iOS-16|iOS-17
226+
$flutter/osx_sdk : >-
227+
{
228+
"sdk_version": "15a240d"
229+
}
212230
mac_arm64_ios:
213231
properties:
214232
contexts: >-

0 commit comments

Comments
 (0)