From d77816052d067425797964835e0f74ecc429055a Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Tue, 21 May 2024 08:41:49 +0200 Subject: [PATCH] ci: add new Fedora and Ubuntu Refresh the list of distros used for testing: add new Fedora 40 and Ubuntu 23.10 and 24.04, while dropping unsupported Ubuntu 23.04 (Lunar). Signed-off-by: Krzysztof Kozlowski --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ea69b..77be608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,12 @@ jobs: # Fails on configure on GCC and clang (process restrictions?) # - fedora:rawhide - fedora:latest + - fedora:40 - fedora:39 - fedora:38 - fedora:37 - - ubuntu:lunar # EOL 01.2024 + - ubuntu:noble + - ubuntu:mantic - ubuntu:jammy - ubuntu:focal # On Ubuntu Bionic the Meson doesn't support feature options