Skip to content

Commit 39ed64a

Browse files
committed
GHA: Don't build on older Linux'ee
Try 5.5.0-bionic
1 parent dedd9a5 commit 39ed64a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.0.3-xenial
17-
- swift:5.3.2-bionic
16+
- swift:5.5.0-bionic
1817
- swift:5.10.1-noble
1918
container: ${{ matrix.image }}
2019
steps:

0 commit comments

Comments
 (0)