Skip to content

Commit 4296e6e

Browse files
committed
workflows: build container test on Ubuntu 20.04
We need an older glibc for the binaries to work on older distros.
1 parent 7a71569 commit 4296e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
ditro-test:
2020
name: "Distro test"
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2222
strategy:
2323
matrix:
2424
baseimage: ['debian:bullseye', 'ubuntu:20.04', 'ubuntu:22.04']

0 commit comments

Comments
 (0)