Skip to content

Commit

Permalink
GHA: Build against Swift 6
Browse files Browse the repository at this point in the history
... and use checkout v4.
  • Loading branch information
helje5 committed Sep 19, 2024
1 parent fa0411d commit 45d5c1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
fail-fast: false
matrix:
image:
- swift:5.5.3-focal
- swift:5.9.2-focal
- swift:5.10.1-noble
- swift:6.0-noble
container: ${{ matrix.image }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Swift Debug Package
run: swift build -c debug
- name: Build Swift Release Package
Expand Down

0 comments on commit 45d5c1e

Please sign in to comment.