Skip to content

Commit 0137246

Browse files
committed
CI: disable Ubuntu Bionic
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]>
1 parent 7b73465 commit 0137246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- ubuntu:lunar # EOL 01.2024
4848
- ubuntu:jammy
4949
- ubuntu:focal
50-
- ubuntu:bionic
50+
# On Ubuntu Bionic the Meson doesn't support feature options
51+
#- ubuntu:bionic
5152
# Meson version on Ubuntu Xenial is really too old
5253
#- ubuntu:xenial
5354
cross_compile: [""]

0 commit comments

Comments
 (0)