Skip to content

Commit ecb4b66

Browse files
committed
ci: upgrade Windows to Swift 6.1
- Update from Swift 6.0 to 6.1 for Windows CI - Use new 'swift-version' parameter instead of deprecated 'branch'/'tag' - May resolve cyclic dependency issue in Swift 6.0 Windows toolchain
1 parent 2010e3c commit ecb4b66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ jobs:
5858
run: swift test
5959

6060
windows:
61-
name: Windows (Swift 6.0)
61+
name: Windows (Swift 6.1)
6262
runs-on: windows-latest
6363
steps:
6464
- uses: actions/checkout@v5
6565

6666
- uses: compnerd/gha-setup-swift@main
6767
with:
68-
branch: swift-6.0-release
69-
tag: 6.0-RELEASE
68+
swift-version: "6.1"
7069

7170
- name: Build
7271
run: swift build

0 commit comments

Comments
 (0)