Skip to content

Commit 0797e7d

Browse files
committed
Adjust Swift version
1 parent 5ff4b10 commit 0797e7d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/swift.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ on:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: macos-latest
16-
1715
steps:
18-
- uses: actions/checkout@v3
19-
- name: Build
20-
run: swift build -v
21-
- name: Run tests
22-
run: swift test -v
16+
- uses: actions/checkout@v3
17+
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
18+
with:
19+
swift-version: "5.8"
20+
- name: Build
21+
run: swift build -v
22+
- name: Run tests
23+
run: swift test -v

0 commit comments

Comments
 (0)