From 8ba2ee3799e94e5dd23f7dab66ccbc3c1a715a5d Mon Sep 17 00:00:00 2001 From: Bertho Stultiens Date: Thu, 6 Feb 2025 15:07:45 +0100 Subject: [PATCH] Drop Debian 11/Bullseye from CI because C++20 is now a prerequisite. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f91553c0b6e..08f3372462a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - image: ["debian:bullseye", "debian:bookworm", "debian:sid"] + image: ["debian:bookworm", "debian:sid"] container: image: ${{ matrix.image }} # IPC_OWNER is needed for shmget IPC_CREAT @@ -176,7 +176,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - image: ["debian:bullseye", "debian:bookworm", "debian:sid"] + image: ["debian:bookworm", "debian:sid"] container: image: ${{ matrix.image }} # IPC_OWNER is needed for shmget IPC_CREAT