Remove Ubuntu 25.04 from CI and package builds. (#21519)
It’s EOL upstream as of 2025-01-17.
Austin S. Hemmelgarn committed
Jan 20, 2026 at 07:03 UTC
297e086c2c0f42b28c4cf9e132a58c50d1c1e4c9
2 files changed
+6
-7
.github/data/distros.yml
+5
-5
@@ -382,11 +382,6 @@ include:
382
packages:
383
<<: *ubuntu_packages
384
repo_distro: ubuntu/questing
385
- - <<: *ubuntu
386
- version: "25.04"
387
- packages:
388
- <<: *ubuntu_packages
389
- repo_distro: ubuntu/plucky
385
- <<: *ubuntu
386
version: "22.04"
387
packages:
@@ -461,6 +456,11 @@ legacy: # Info for platforms we used to support and still need to handle package
456
packages:
457
<<: *ubuntu_packages
458
repo_distro: ubuntu/oracular
459
+ - <<: *ubuntu
460
+ version: "25.04"
461
+ packages:
462
+ <<: *ubuntu_packages
463
+ repo_distro: ubuntu/plucky
464
no_include: # Info for platforms not covered in CI
465
- distro: docker
466
version: "19.03 or newer"
packaging/PLATFORM_SUPPORT.md
+1
-2
@@ -69,7 +69,6 @@ Our [static builds](#static-builds) are expected to work on these platforms if a
69
| Rocky Linux | 9.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
70
| Rocky Linux | 8.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
71
| Ubuntu | 25.10 | x86\_64, AArch64, ARMv7 | |
72
-| Ubuntu | 25.04 | x86\_64, AArch64, ARMv7 | |
72
| Ubuntu | 24.04 | x86\_64, AArch64, ARMv7 | |
73
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
74
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
@@ -129,9 +128,9 @@ This is a list of platforms that we have supported in the recent past but no lon
128
| Fedora | 39 | EOL as of 2024-05-14 |
129
| Fedora | 38 | EOL as of 2024-05-14 |
130
| openSUSE | Leap 15.5 | EOL as of 2024-12-31 |
131
+| Ubuntu | 25.04 | EOL as of 2025-01-17 |
132
| Ubuntu | 24.10 | EOL as of 2024-07-01 |
133
| Ubuntu | 23.10 | EOL as of 2024-07-01 |
134
-| Ubuntu | 23.04 | EOL as of 2024-01-20 |
134
| Ubuntu | 18.04 | EOL as of 2023-04-02 |
135
136
## Static builds