Skip to content

Commit

Permalink
Adjust Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 11, 2024
1 parent 5ff4b10 commit 0797e7d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ on:

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "5.8"
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit 0797e7d

Please sign in to comment.