]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)
authorDamien <81557462+Damien-Chen@users.noreply.github.com>
Tue, 5 Nov 2024 23:29:21 +0000 (07:29 +0800)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 23:29:21 +0000 (23:29 +0000)
.github/workflows/build.yml
.github/workflows/posix-deps-apt.sh
.github/workflows/reusable-tsan.yml
.github/workflows/reusable-ubuntu.yml
.github/workflows/reusable-wasi.yml

index 083b07156674df0d1611ad9519681e4948ba1e04..f63c4606220494fab99a4e50ab3d9dc862328c51 100644 (file)
@@ -88,7 +88,7 @@ jobs:
     name: 'Check if generated files are up to date'
     # Don't use ubuntu-latest but a specific version to make the job
     # reproducible: to get the same tools versions (autoconf, aclocal, ...)
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     timeout-minutes: 60
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
@@ -237,7 +237,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-22.04]
+        os: [ubuntu-24.04]
         openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
@@ -297,7 +297,7 @@ jobs:
 
   test_hypothesis:
     name: "Hypothesis tests on Ubuntu"
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     timeout-minutes: 60
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -417,7 +417,7 @@ jobs:
     if: needs.check_source.outputs.run_tests == 'true'
     strategy:
       matrix:
-        os: [ubuntu-22.04]
+        os: [ubuntu-24.04]
     env:
       OPENSSL_VER: 3.0.15
       PYTHONSTRICTEXTENSIONBUILD: 1
index bfc5a0874281bd8b555ed7ba135bd709ba677b8a..d5538cd9367ec600426f4c5e0e8ee0d8db73ce48 100755 (executable)
@@ -13,7 +13,6 @@ apt-get -yq install \
     libgdbm-dev \
     libgdbm-compat-dev \
     liblzma-dev \
-    libmpdec-dev \
     libncurses5-dev \
     libreadline6-dev \
     libsqlite3-dev \
index 65072efa8e902343df40b63045c8a4c165c16df8..7a4d81f0bdcad181c88ddc0d40a77eaca12c796c 100644 (file)
@@ -21,7 +21,7 @@ on:
 jobs:
   build_tsan_reusable:
     name: 'Thread sanitizer'
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     timeout-minutes: 60
     steps:
     - uses: actions/checkout@v4
index f0ca6a9e7ed79306909c2a7df2a7a32da78a0fe0..ec39025504efd128e5a05bd7ef35612451862e94 100644 (file)
@@ -20,7 +20,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-22.04]
+        os: [ubuntu-24.04]
     env:
       FORCE_COLOR: 1
       OPENSSL_VER: 3.0.15
index abc617a317cc0f158cedfb7317011970362551d1..85af793c342c518cb3ad4e3374f6fc7299a7809e 100644 (file)
@@ -11,7 +11,7 @@ jobs:
   build_wasi_reusable:
     name: 'build and test'
     timeout-minutes: 60
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     env:
       WASMTIME_VERSION: 22.0.0
       WASI_SDK_VERSION: 24