From c95bb6fbb33abed922b1c75a726c0c201dad6675 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 18 Jan 2024 19:42:23 -0800 Subject: [PATCH] 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. --- .ci.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index b78c3f745c..7bde0b4b4e 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -209,6 +209,24 @@ platform_properties: { "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: properties: contexts: >-