Skip to content

Commit

Permalink
Bump windows swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Sep 24, 2023
1 parent df85656 commit 3cbc9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ jobs:
- uses: actions/checkout@v4
- uses: compnerd/[email protected]
with:
branch: swift-5.8-release
tag: 5.8-RELEASE
branch: swift-5.9-release
tag: 5.9-RELEASE
- name: Build
run: |
swift build -v
swift test --enable-test-discovery --enable-code-coverage -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 3cbc9ca

Please sign in to comment.