Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shndrs authored Dec 7, 2024
1 parent f8ab39d commit 07f84db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: '5.7'
swift-version: '6.0'
- name: Install dependencies
run: swift package resolve

Expand All @@ -27,6 +27,3 @@ jobs:

- name: Build project (verbose)
run: swift build -v

- name: Run tests (verbose)
run: swift test -v

0 comments on commit 07f84db

Please sign in to comment.