summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 1c36ccfabc..f4deae610a 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -277,7 +277,7 @@ include:
- &ubuntu
distro: ubuntu
- version: "22.04"
+ version: "24.04"
support_type: Core
notes: ''
eol_check: true
@@ -288,7 +288,7 @@ include:
apt-get remove -y libjson-c-dev
packages: &ubuntu_packages
type: deb
- repo_distro: ubuntu/jammy
+ repo_distro: ubuntu/noble
arches:
- amd64
- armhf
@@ -299,6 +299,11 @@ include:
version: "23.10"
packages:
<<: *ubuntu_packages
+ repo_distro: ubuntu/jammy
+ - <<: *ubuntu
+ version: "22.04"
+ packages:
+ <<: *ubuntu_packages
repo_distro: ubuntu/mantic
- <<: *ubuntu
version: "20.04"