Skip to content

Commit be54d66

Browse files
committed
GHA: Bionic docker seems b0rked, use focal
...
1 parent 39ed64a commit be54d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.5.0-bionic
16+
- swift:5.5.0-focal
1717
- swift:5.10.1-noble
1818
container: ${{ matrix.image }}
1919
steps:

0 commit comments

Comments
 (0)