From f69702948e282ce9ae7c4a6334ffa2533edc95da Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Tue, 10 Jun 2025 13:09:43 -0400 Subject: [PATCH] Install 6.1.2 on Windows Was installing 6.1.0 still --- .github/workflows/scripts/windows/swift/install-swift-6.1.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/windows/swift/install-swift-6.1.ps1 b/.github/workflows/scripts/windows/swift/install-swift-6.1.ps1 index e1d0ec06..035d3371 100644 --- a/.github/workflows/scripts/windows/swift/install-swift-6.1.ps1 +++ b/.github/workflows/scripts/windows/swift/install-swift-6.1.ps1 @@ -11,7 +11,7 @@ ##===----------------------------------------------------------------------===## . $PSScriptRoot\install-swift.ps1 -$SWIFT='https://download.swift.org/swift-6.1-release/windows10/swift-6.1-RELEASE/swift-6.1-RELEASE-windows10.exe' -$SWIFT_SHA256='8C8AEF8B4A449EBEEFD74482AC767E269F8CBE7E520871C1D103C7079C5F4C6A' +$SWIFT='https://download.swift.org/swift-6.1.2-release/windows10/swift-6.1.2-RELEASE/swift-6.1.2-RELEASE-windows10.exe' +$SWIFT_SHA256='92a0323ed7dd333c3b05e6e0e428f3a91c77d159f6ccfc8626a996f2ace09a0b' Install-Swift -Url $SWIFT -Sha256 $SWIFT_SHA256