Merge branch 'jk/ci-bump-debian-to-12'
The CI job for Debian 11 has been updated to use Debian 12, as the former is now out of the LTS period. * jk/ci-bump-debian-to-12: ci: bump debian-11 job to debian-12main
commit
9f868afb47
|
|
@ -413,9 +413,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}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue