Skip to content

Commit

Permalink
fixes swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jul 17, 2024
1 parent abc3917 commit 4daa0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.1.0"
swift-version: "5.10.0"
- uses: actions/checkout@v4
- name: Build
run: swift build -v
Expand Down

0 comments on commit 4daa0d1

Please sign in to comment.