Skip to content

Commit

Permalink
CI: disable Ubuntu Bionic
Browse files Browse the repository at this point in the history
Client-only builds benefit from using feature options, which are not
supported by the meson 0.45.1 (the version in Ubuntu bionic).

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Nov 2, 2023
1 parent 7b73465 commit 0137246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- ubuntu:lunar # EOL 01.2024
- ubuntu:jammy
- ubuntu:focal
- ubuntu:bionic
# On Ubuntu Bionic the Meson doesn't support feature options
#- ubuntu:bionic
# Meson version on Ubuntu Xenial is really too old
#- ubuntu:xenial
cross_compile: [""]
Expand Down

0 comments on commit 0137246

Please sign in to comment.