Skip to content

Commit 5977148

Browse files
committed
Use setup-swift for better platform support
1 parent 7b48f18 commit 5977148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
swift: ["6.1"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: vapor/swiftly-action@v0.2
14+
- uses: swift-actions/setup-swift@v2
1515
with:
16-
toolchain: ${{ matrix.swift }}
16+
swift-version: ${{ matrix.swift }}
1717
- uses: actions/checkout@v4
1818
with:
1919
submodules: true

0 commit comments

Comments
 (0)