Remove Ubuntu 24.10 from CI and package builds. (#20681)
It went EOL upstream on 2025-07-10.
Austin S. Hemmelgarn committed
Jul 15, 2025 at 10:09 UTC
a22c205d69d560a2a554fe652794528e174afbb3
1 file changed
+5
-5
.github/data/distros.yml
+5
-5
@@ -347,11 +347,6 @@ include:
347
packages:
348
<<: *ubuntu_packages
349
repo_distro: ubuntu/plucky
350
- - <<: *ubuntu
351
- version: "24.10"
352
- packages:
353
- <<: *ubuntu_packages
354
- repo_distro: ubuntu/oracular
350
- <<: *ubuntu
351
version: "22.04"
352
packages:
@@ -407,6 +402,11 @@ legacy: # Info for platforms we used to support and still need to handle package
402
packages:
403
<<: *ubuntu_packages
404
repo_distro: ubuntu/mantic
405
+ - <<: *ubuntu
406
+ version: "24.10"
407
+ packages:
408
+ <<: *ubuntu_packages
409
+ repo_distro: ubuntu/oracular
410
no_include: # Info for platforms not covered in CI
411
- distro: docker
412
version: "19.03 or newer"