We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5115307 commit e27e6edCopy full SHA for e27e6ed
.github/workflows/swift.yml
@@ -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
-
4
name: Swift
5
6
on:
@@ -20,6 +17,7 @@ jobs:
20
17
steps:
21
18
- uses: SwiftyLab/setup-swift@latest
22
19
with:
+ swift-version: ${{ matrix.os == 'windows-latest' && '6.1-dev' || 'latest' }}
23
development: ${{ matrix.os == 'windows-latest' }}
24
- uses: actions/checkout@v4
25
@@ -28,4 +26,3 @@ jobs:
28
26
run: swift build -v
29
27
- name: Run tests
30
run: swift test -v
31
0 commit comments