From f13975c6b550987148745c5a938a67e489a0f9a3 Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Wed, 12 Nov 2025 08:49:48 -0500 Subject: [PATCH] Install 6.2.1 for Windows --- .github/workflows/scripts/windows/swift/install-swift-6.2.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/windows/swift/install-swift-6.2.ps1 b/.github/workflows/scripts/windows/swift/install-swift-6.2.ps1 index 392d0086..2827cb9d 100644 --- a/.github/workflows/scripts/windows/swift/install-swift-6.2.ps1 +++ b/.github/workflows/scripts/windows/swift/install-swift-6.2.ps1 @@ -11,7 +11,7 @@ ##===----------------------------------------------------------------------===## . $PSScriptRoot\install-swift.ps1 -$SWIFT='https://download.swift.org/swift-6.2-release/windows10/swift-6.2-RELEASE/swift-6.2-RELEASE-windows10.exe' -$SWIFT_SHA256='80FBBC17D4F9EDEC74A83ABBEFEB9FF418FFC2158CD347111583C45E47F9789B' +$SWIFT='https://download.swift.org/swift-6.2.1-release/windows10/swift-6.2.1-RELEASE/swift-6.2.1-RELEASE-windows10.exe' +$SWIFT_SHA256='FD1209AC3E008152924E0409E5590F2FE41644132E532D4526B8641339E88000' Install-Swift -Url $SWIFT -Sha256 $SWIFT_SHA256