]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-115119: Bump CI to use Ubuntu 22.04 (#118631)
authorErlend E. Aasland <erlend@python.org>
Mon, 6 May 2024 08:39:43 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 08:39:43 +0000 (10:39 +0200)
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.

.github/workflows/build.yml
.github/workflows/reusable-ubuntu.yml
.github/workflows/reusable-wasi.yml

index 299c02e0944d42901997bec468b9dab2a1e159c3..aac395d5638750e56289edfb631628dafeb8da06 100644 (file)
@@ -250,7 +250,7 @@ jobs:
 
   build_ubuntu_ssltests:
     name: 'Ubuntu SSL tests with OpenSSL'
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     timeout-minutes: 60
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
@@ -316,7 +316,7 @@ jobs:
 
   test_hypothesis:
     name: "Hypothesis tests on Ubuntu"
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     timeout-minutes: 60
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -429,7 +429,7 @@ jobs:
 
   build_asan:
     name: 'Address sanitizer'
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     timeout-minutes: 60
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
index 021859179af7ccc5b65b3c58ae6f4436de31de3d..fa450ed3376321998b614a0fafb6b72628e2e15f 100644 (file)
@@ -12,7 +12,7 @@ jobs:
   build_ubuntu_reusable:
     name: 'build and test'
     timeout-minutes: 60
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     env:
       FORCE_COLOR: 1
       OPENSSL_VER: 3.0.13
index 4a509a8acfee961722a3e1d2697794b05b2eab0e..c389fe9e173b38dfa514304cb1646d991522eecc 100644 (file)
@@ -9,7 +9,7 @@ jobs:
   build_wasi_reusable:
     name: 'build and test'
     timeout-minutes: 60
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     env:
       WASMTIME_VERSION: 18.0.3
       WASI_SDK_VERSION: 21