]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717)...
authorVictor Stinner <vstinner@python.org>
Fri, 10 Jul 2026 15:18:14 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 15:18:14 +0000 (18:18 +0300)
commitda999e638c03a05ed2b0f8a828f4013c7f9179bd
tree81b4336b769e5be1ae9a29b2de9d8b5f91df6a60
parent73f534c4adb64243fded8f94c9cd4768ce0a6046
[3.15] gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717) (#153416)

gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717)

* Replace "ubuntu-24.04" with "ubuntu-26.04".
* Replace "ubuntu-latest" with "ubuntu-26.04" for Cross build Linux.
* Replace "ubuntu-latest" with "ubuntu-slim" for small workloads.
* Update ".github/actionlint.yaml" to allow "ubuntu-26.04"
  and "ubuntu-26.04-arm" images.
* Install Ubuntu libmpdec-dev package, rather than installing libmpdec
  from source (tarball).
* No longer run https://apt.llvm.org/llvm.sh, since ubuntu-26.04 provides
  clang-21 by default.

(cherry picked from commit 4c79929705eb31959a6f4071cc34583de0737a28)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
15 files changed:
.github/actionlint.yaml
.github/workflows/add-issue-header.yml
.github/workflows/build.yml
.github/workflows/jit.yml
.github/workflows/new-bugs-announce-notifier.yml
.github/workflows/posix-deps-apt.sh
.github/workflows/require-pr-label.yml
.github/workflows/reusable-docs.yml
.github/workflows/reusable-emscripten.yml
.github/workflows/reusable-san.yml
.github/workflows/reusable-ubuntu.yml
.github/workflows/reusable-wasi.yml
.github/workflows/stale.yml
.github/workflows/tail-call.yml
.github/workflows/verify-expat.yml