Skip to content

Commit d18ee34

Browse files
authored
Unpin mac_toolchain version (#5683)
mac_toolchain has been updated to no longer have 2 minute slowdown (flutter/flutter#138109), so unpin to use the latest version.
1 parent bbb4134 commit d18ee34

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@ platform_properties:
8888
os: Mac-12|Mac-13
8989
device_type: none
9090
cpu: arm64
91-
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
9291
$flutter/osx_sdk : >-
9392
{
94-
"sdk_version": "14e300c",
95-
"toolchain_ver_arm": "JiMOaZvCH66lnGWMJdLScE-7lkUnKaw3COdWwqXmjWEC",
96-
"toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC"
93+
"sdk_version": "14e300c"
9794
}
9895
mac_x64:
9996
properties:
@@ -104,12 +101,9 @@ platform_properties:
104101
os: Mac-12|Mac-13
105102
device_type: none
106103
cpu: x86
107-
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
108104
$flutter/osx_sdk : >-
109105
{
110-
"sdk_version": "14e300c",
111-
"toolchain_ver_arm": "JiMOaZvCH66lnGWMJdLScE-7lkUnKaw3COdWwqXmjWEC",
112-
"toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC"
106+
"sdk_version": "14e300c"
113107
}
114108
115109
targets:

0 commit comments

Comments
 (0)