From 00fa85023543f86bb7fe71e6ed75a1ab5fb7dfe8 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Sat, 5 Sep 2026 09:58:22 -0400 Subject: [PATCH] ci: bump debian-11 job to debian-12 Debian 11 just recently went out of its LTS period, and is unmaintained by the project (there is "Extended LTS", but it is a paid service provided by a third party). The point of the debian-11 job was to cover older releases in the LTS state, per ac112fd4f0 (Add additional CI jobs to avoid accidental breakage, 2024-10-31). Bumping to debian-12 will cover us there for the next 2 years. Signed-off-by: Jeff King --- .github/workflows/main.yml | 6 +++--- .gitlab-ci.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf341d74dbff21..e5a8ef58b03a77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -411,9 +411,9 @@ jobs: # A RHEL 8 compatible distro. Supported until 2029-05-31. - jobname: almalinux-8 image: almalinux:8 - # Supported until 2026-08-31. - - jobname: debian-11 - image: debian:11 + # Supported until 2028-06-30. + - jobname: debian-12 + image: debian:12 env: jobname: ${{matrix.vector.jobname}} CC: ${{matrix.vector.cc}} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a8e90932cc292..d321eb0716fd47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,9 +71,9 @@ test:linux: # A RHEL 8 compatible distro. Supported until 2029-05-31. - jobname: almalinux-8 image: almalinux:8 - # Supported until 2026-08-31. - - jobname: debian-11 - image: debian:11 + # Supported until 2028-06-30. + - jobname: debian-12 + image: debian:12 artifacts: paths: - t/failed-test-artifacts