Skip to content

Commit

Permalink
ci: drop Ubuntu Bionic and Xenial
Browse files Browse the repository at this point in the history
Building on Ubuntu Bionic and Xenial in Github containers fails since
some time with mismatched GLIBC:

  /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Most likely these containers are not really useful in Github.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
  • Loading branch information
krzk committed Jun 24, 2024
1 parent c655589 commit 1aecaba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- ubuntu:mantic
- ubuntu:jammy
- ubuntu:focal
- ubuntu:bionic
- ubuntu:xenial
cross_compile: [""]
mode: [maintainer, no-maintainer]
variant: [""]
Expand Down

0 comments on commit 1aecaba

Please sign in to comment.