From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE6C61581FD for ; Thu, 11 Sep 2025 19:06:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 91CC9340B29 for ; Thu, 11 Sep 2025 19:06:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 753C8110377; Thu, 11 Sep 2025 19:06:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 69A71110377 for ; Thu, 11 Sep 2025 19:06:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16BF7340D24 for ; Thu, 11 Sep 2025 19:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4EB3976 for ; Thu, 11 Sep 2025 19:06:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757617579.ff6b048dfc3cbee134cda0cfdc1dada43d21d961.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/ X-VCS-Repository: proj/portage X-VCS-Files: .github/workflows/ci.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff6b048dfc3cbee134cda0cfdc1dada43d21d961 X-VCS-Branch: master Date: Thu, 11 Sep 2025 19:06:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82b5678e-c6f7-429c-a45c-facd5cbeb770 X-Archives-Hash: 634cb7d30e1a4aa9728aeec43c93893f commit: ff6b048dfc3cbee134cda0cfdc1dada43d21d961 Author: Florian Schmaus gentoo org> AuthorDate: Thu Sep 11 17:40:41 2025 +0000 Commit: Sam James gentoo 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 gentoo.org> Part-of: https://github.com/gentoo/portage/pull/1458 Closes: https://github.com/gentoo/portage/pull/1458 Signed-off-by: Sam James 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