Fix Windows build by updating to Swift 6.1 (#2013)

This commit is contained in:
Cal Stephens
2025-04-29 15:56:34 -07:00
committed by Cal Stephens
parent c3696e376f
commit 240e5ef0c4
2 changed files with 4 additions and 9 deletions
+2 -7
View File
@@ -73,14 +73,9 @@ jobs:
fail-fast: false
matrix:
include:
# Oldest working version.
# 5.6 fails with "error: could not build C module 'CDispatch'"
# 5.7 fails with "error: expressions are not allowed at the top level" for "XCTMain(tests)"
- branch: swift-5.8-release
tag: 5.8-RELEASE
# Version used by the release workflow
- branch: swift-5.10.1-release
tag: 5.10.1-RELEASE
- branch: swift-6.1-release
tag: 6.1-RELEASE
runs-on: windows-latest
name: windows (${{ matrix.tag }})
steps:
+2 -2
View File
@@ -30,8 +30,8 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
tag: 5.10.1-RELEASE # The 5.10 installer is the first that includes the Swift runtime msm files.
branch: swift-5.10.1-release
tag: 6.1-RELEASE
branch: swift-6.1-release
- uses: actions/checkout@v4
with: