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.
This commit is contained in:
parent
70a4a5de7c
commit
c95bb6fbb3
18
.ci.yaml
18
.ci.yaml
@ -209,6 +209,24 @@ platform_properties:
|
|||||||
{
|
{
|
||||||
"sdk_version": "15a240d"
|
"sdk_version": "15a240d"
|
||||||
}
|
}
|
||||||
|
mac_x64_ios:
|
||||||
|
properties:
|
||||||
|
contexts: >-
|
||||||
|
[
|
||||||
|
"osx_sdk_devicelab"
|
||||||
|
]
|
||||||
|
dependencies: >-
|
||||||
|
[
|
||||||
|
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
|
||||||
|
{"dependency": "apple_signing", "version": "version:to_2024"}
|
||||||
|
]
|
||||||
|
os: Mac-13
|
||||||
|
cpu: x86
|
||||||
|
device_os: iOS-16|iOS-17
|
||||||
|
$flutter/osx_sdk : >-
|
||||||
|
{
|
||||||
|
"sdk_version": "15a240d"
|
||||||
|
}
|
||||||
mac_arm64_ios:
|
mac_arm64_ios:
|
||||||
properties:
|
properties:
|
||||||
contexts: >-
|
contexts: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user