Skip to content

Commit 2522df4

Browse files
committed
Add Windows 6.2 GitHub action
SwiftPM has a branch dependency on SwiftBUild. Ensure the SwiftBuild project is able to build against the Swift 6.2 as the SwiftPM self-hosted builds run using this toolchain version.
1 parent 0656f02 commit 2522df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
linux_build_command: 'swift test --no-parallel'
2323
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
2424
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
25-
windows_swift_versions: '["nightly-main"]'
25+
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
2626
windows_build_command: 'Invoke-Program swift test --no-parallel'
2727
enable_linux_static_sdk_build: true
2828
enable_android_sdk_build: true

0 commit comments

Comments
 (0)