Skip to content

Commit

Permalink
GHA: Reduce Linux build matrix
Browse files Browse the repository at this point in the history
... and use checkout v4 there too.
  • Loading branch information
helje5 committed Sep 8, 2024
1 parent 942d77c commit bc89799
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
fail-fast: false
matrix:
image:
- swift:5.5.3-xenial
- swift:5.6.1-bionic
- swift:5.7.2-focal
- swift:5.8-jammy
- swift:5.10.1-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 bc89799

Please sign in to comment.