Skip to content

Commit 521a8af

Browse files
committed
Update windows 6.0 install to 6.0.3
Was still on 6.0.2 but 6.0.3 is latest stable release
1 parent de01c02 commit 521a8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/windows/swift/install-swift-6.0.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
##===----------------------------------------------------------------------===##
1212
. $PSScriptRoot\install-swift.ps1
1313

14-
$SWIFT='https://download.swift.org/swift-6.0.2-release/windows10/swift-6.0.2-RELEASE/swift-6.0.2-RELEASE-windows10.exe'
15-
$SWIFT_SHA256='516FE8E64713BD92F03C01E5198011B74A27F8C1C88627607A2F421718636126'
14+
$SWIFT='https://download.swift.org/swift-6.0.3-release/windows10/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE-windows10.exe'
15+
$SWIFT_SHA256='AB205D83A38047882DB80E6A88C7D33B651F3BAC96D4515D7CBA5335F37999D3'
1616

1717
Install-Swift -Url $SWIFT -Sha256 $SWIFT_SHA256

0 commit comments

Comments
 (0)