Skip to content

Commit 5a3dd2a

Browse files
Update swift.yml
1 parent 62b22c2 commit 5a3dd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: swift-actions/setup-swift@v1
19+
- uses: SwiftyLab/setup-swift@latest
2020
with:
21-
swift-version: "5.9"
21+
swift-version: "6.0.0"
2222
- name: Get swift version
2323
run: swift --version
2424
- name: Build

0 commit comments

Comments
 (0)