Skip to content

Commit cbf32b0

Browse files
author
Release Manager
committed
gh-40675: Remove failing 'ubuntu-focal' from default CI platforms
It's failing since a couple of months, tracked at #40305. Moreover, ubuntu-focal has reached the end of its standard five-year support window on 31 May 2025. <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #40675 Reported by: Tobias Diez Reviewer(s): Dima Pasechnik
2 parents f3ee423 + 3c6853b commit cbf32b0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
# 'tox -e update_docker_platforms' updates below
1919
default: >-
2020
[
21-
"ubuntu-focal",
2221
"ubuntu-jammy",
2322
"ubuntu-noble",
2423
"debian-bullseye",

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=62f8443779e60335448efaf4b9630e4a3c408b08
3-
sha256=5ffa599091a29f806868de85679ca146aa61a00c8c2068eb777174ab360b6d39
2+
sha1=c0842a0f9e137d93718b04ad4f637eaaaee398eb
3+
sha256=2d31f53a4597c431758db6ed62e8d15a7906a1f77f65ad9ac36c424d42ecc30e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
510ca6a758c5b44b05df366d1223ece322fd474f
1+
13c1f3658226ccdc0c383da048972f8745b6be41

0 commit comments

Comments
 (0)