From bb1907f96905637bfc3d688ebff096a4570d1881 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Fri, 30 Jan 2026 10:15:02 +0200 Subject: [PATCH] Remove debian:buster from the CI As it is not supported any more and thus apt-get is failing See also: https://www.debian.org/releases/buster/ --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 1b2670b..09251a9 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -54,7 +54,7 @@ jobs: fail-fast: false matrix: os-version: - - debian:buster # OpenSSL 1.1.1 + # - debian:buster # OpenSSL 1.1.1 - debian:bullseye # OpenSSL 1.1.1 - debian:bookworm # OpenSSL 3.0.x - almalinux:9 # OpenSSL with new crypto policies (RHEL-compatible)