Skip to content

Commit

Permalink
GHA: Don't build on older Linux'ee
Browse files Browse the repository at this point in the history
Try 5.5.0-bionic
  • Loading branch information
helje5 committed Jul 8, 2024
1 parent dedd9a5 commit 39ed64a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
image:
- swift:5.0.3-xenial
- swift:5.3.2-bionic
- swift:5.5.0-bionic
- swift:5.10.1-noble
container: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit 39ed64a

Please sign in to comment.