Skip to content

Commit 026ca78

Browse files
committed
ci: move the Debian job to a supported image
Debian 11 reached the end of LTS support on August 31, 2026. Its security repository metadata has expired, so the job fails during apt-get update before checking out the source. Run the existing job on Debian 12, whose LTS support lasts through June 30, 2028. The Debian dependency setup already accepts its image and job name. Signed-off-by: Taylor Blau <ttaylorr@openai.com>
1 parent 34df167 commit 026ca78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,9 @@ jobs:
411411
# A RHEL 8 compatible distro. Supported until 2029-05-31.
412412
- jobname: almalinux-8
413413
image: almalinux:8
414-
# Supported until 2026-08-31.
415-
- jobname: debian-11
416-
image: debian:11
414+
# Supported until 2028-06-30.
415+
- jobname: debian-12
416+
image: debian:12
417417
env:
418418
jobname: ${{matrix.vector.jobname}}
419419
CC: ${{matrix.vector.cc}}

0 commit comments

Comments
 (0)