Skip to content

Commit

Permalink
update swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Oct 4, 2023
1 parent 2b66861 commit 02fb182
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@main
with:
swift-version: "5"
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
run: swift test

0 comments on commit 02fb182

Please sign in to comment.