Skip to content

Commit

Permalink
Update build-and-test.yml update Swift version to 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iwill committed Jan 24, 2024
1 parent 3bad837 commit 85c8786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v1
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 85c8786

Please sign in to comment.