From 9f8dcc562b55f563cbab30dbf5d0794254680057 Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Thu, 25 May 2023 16:16:06 -0700 Subject: [PATCH] Append $flutter/osx sdk property to existing platforms/targets relying on xcode (#4074) Part of https://github.com/flutter/flutter/issues/127534 --- .ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 57bfec26fd90..8bc5e69d3324 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -31,6 +31,10 @@ platform_properties: device_type: none cpu: arm64 xcode: 14e222b + $flutter/osx_sdk : >- + { + "sdk_version": "14e222b" + } mac_x64: properties: dependencies: >- @@ -42,6 +46,10 @@ platform_properties: device_type: none cpu: x86 xcode: 14e222b + $flutter/osx_sdk : >- + { + "sdk_version": "14e222b" + } targets: ### Linux tasks ###