Skip to content

Commit e27e6ed

Browse files
committed
Use Swift 6.1-dev for Windows
1 parent 5115307 commit e27e6ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/swift.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a Swift project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3-
41
name: Swift
52

63
on:
@@ -20,6 +17,7 @@ jobs:
2017
steps:
2118
- uses: SwiftyLab/setup-swift@latest
2219
with:
20+
swift-version: ${{ matrix.os == 'windows-latest' && '6.1-dev' || 'latest' }}
2321
development: ${{ matrix.os == 'windows-latest' }}
2422
- uses: actions/checkout@v4
2523
with:
@@ -28,4 +26,3 @@ jobs:
2826
run: swift build -v
2927
- name: Run tests
3028
run: swift test -v
31-

0 commit comments

Comments
 (0)