commit:     ff6b048dfc3cbee134cda0cfdc1dada43d21d961
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 17:40:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 19:06:19 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=ff6b048d

github ci: Bump Ubuntu to 24.04

[sam: Add Bug tag as this is likely to fix that issue too.]

Bug: https://bugs.gentoo.org/957550
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Part-of: https://github.com/gentoo/portage/pull/1458
Closes: https://github.com/gentoo/portage/pull/1458
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 13860c1491..272e5b6fe1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     strategy:
       matrix:
         start-method:
@@ -50,9 +50,6 @@ jobs:
           sudo apt-get update -q
           sudo apt-get install -qy --no-install-recommends libxslt-dev 
libxml2-dev libxml2-utils meson pax-utils zstd
 
-          # Patch Ubuntu's old Meson to fix pypy-3.9 detection.
-          curl -s -f 
https://github.com/mesonbuild/meson/commit/2540ad6e9e08370ddd0b6753fdc9314945a672f0.patch
 | sudo patch -d /usr/lib/python3/dist-packages -p1 --no-backup-if-mismatch
-
           python -VV
           python -m site
           python -m pip install --upgrade pip

Reply via email to