From d18ee34ef2f9212bf226d01d608bc3b6e8bf1e21 Mon Sep 17 00:00:00 2001 From: Victoria Ashworth <15619084+vashworth@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:42:05 -0600 Subject: [PATCH] Unpin mac_toolchain version (#5683) mac_toolchain has been updated to no longer have 2 minute slowdown (https://github.com/flutter/flutter/issues/138109), so unpin to use the latest version. --- .ci.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index d0db046b36..49a6f05ea4 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -88,12 +88,9 @@ platform_properties: os: Mac-12|Mac-13 device_type: none cpu: arm64 - # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. $flutter/osx_sdk : >- { - "sdk_version": "14e300c", - "toolchain_ver_arm": "JiMOaZvCH66lnGWMJdLScE-7lkUnKaw3COdWwqXmjWEC", - "toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC" + "sdk_version": "14e300c" } mac_x64: properties: @@ -104,12 +101,9 @@ platform_properties: os: Mac-12|Mac-13 device_type: none cpu: x86 - # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. $flutter/osx_sdk : >- { - "sdk_version": "14e300c", - "toolchain_ver_arm": "JiMOaZvCH66lnGWMJdLScE-7lkUnKaw3COdWwqXmjWEC", - "toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC" + "sdk_version": "14e300c" } targets: