We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeecf35 commit 5b37712Copy full SHA for 5b37712
.github/workflows/sdks.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
if [ ${{ matrix.version }} = 'release' ]; then
24
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"
+ SWIFT_TAG="swift-6.2-RELEASE"
26
elif [ ${{ matrix.version }} = 'devel' ]; then
27
LATEST_TOOLCHAIN_VERSION=$(curl -sL https://github.com/apple/swift/tags | grep -m1 swift-6.2-DEV | cut -d- -f8-10)
28
SWIFT_TAG="swift-6.2-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
0 commit comments