Skip to content

Commit

Permalink
repo: update CI to Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
perfaram authored Dec 12, 2024
1 parent 2fb8fe5 commit 012a35a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: macos-latest

steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6" # will resolve to the latest Swift 6 minor
- uses: actions/checkout@v3
- name: Build
run: swift build -v
Expand Down

0 comments on commit 012a35a

Please sign in to comment.