Skip to content

Commit d34ff1b

Browse files
committed
Update coverage.yml
Update coverage run to use the latest toolchain.
1 parent 1296ef0 commit d34ff1b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,13 @@ jobs:
2121
coverage:
2222
runs-on: windows-latest
2323

24-
strategy:
25-
matrix:
26-
include:
27-
- branch: swift-5.9-release
28-
tag: 5.9-RELEASE
29-
3024
steps:
3125
- uses: actions/checkout@v2
32-
- uses: seanmiddleditch/gha-setup-vsdevenv@master
26+
3327
- uses: compnerd/gha-setup-swift@main
3428
with:
35-
tag: ${{ matrix.tag }}
36-
branch: ${{ matrix.branch }}
29+
swift-build: 6.2-RELEASE
30+
swift-version: swift-6.2-release
3731

3832
- name: Build
3933
run: swift build -v

0 commit comments

Comments
 (0)