Skip to content

Commit 5b37712

Browse files
committed
Force using the latest release tag till it's updated upstream
1 parent eeecf35 commit 5b37712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
if [ ${{ matrix.version }} = 'release' ]; then
2424
LATEST_TOOLCHAIN_VERSION=$(curl -sL https://github.com/apple/swift/releases | grep -m1 swift-6.2 | cut -d- -f2)
25-
SWIFT_TAG="swift-${LATEST_TOOLCHAIN_VERSION}-RELEASE"
25+
SWIFT_TAG="swift-6.2-RELEASE"
2626
elif [ ${{ matrix.version }} = 'devel' ]; then
2727
LATEST_TOOLCHAIN_VERSION=$(curl -sL https://github.com/apple/swift/tags | grep -m1 swift-6.2-DEV | cut -d- -f8-10)
2828
SWIFT_TAG="swift-6.2-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"

0 commit comments

Comments
 (0)