From cf84e3f84353e84688b3ec7fe2a0e9081ac69ac2 Mon Sep 17 00:00:00 2001 From: Johannes Rosenberger Date: Sat, 29 Jun 2024 18:54:44 +0200 Subject: [PATCH] ci: drop Debian bullseye and Ubuntu focal We require libnotmuch >= 5.4 / notmuch >= 0.32, but bullseye has 0.31.4 and focal has 0.29.3 (see https://repology.org/project/notmuch/versions). --- .github/workflows/ci-debian-build-test.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-debian-build-test.yml b/.github/workflows/ci-debian-build-test.yml index ddc33728..0b98025b 100644 --- a/.github/workflows/ci-debian-build-test.yml +++ b/.github/workflows/ci-debian-build-test.yml @@ -14,19 +14,13 @@ jobs: - image: 'debian:stable' env: WEBKITGTK_VERSION: '4.0' - - image: 'debian:bullseye' - env: - WEBKITGTK_VERSION: '4.0' - - image: 'ubuntu:focal' - env: - WEBKITGTK_VERSION: '4.0' - image: 'debian:sid' env: WEBKITGTK_VERSION: '4.1' - - image: 'ubuntu:devel' + - image: 'ubuntu:noble' env: WEBKITGTK_VERSION: '4.1' - - image: 'ubuntu:noble' + - image: 'ubuntu:devel' env: WEBKITGTK_VERSION: '4.1' timeout-minutes: 15