From 01372464b243484b7a0fd27b81ce6a4ae898f84d Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 2 Nov 2023 11:25:03 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f1532..4742f0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: [""]