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

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

index ff58848be955e90bb152d8c19d71fbb7cf09e1b1..cad8d4646d5587ce3f17b792bdeb0eccf948963a 100644 (file)
@@ -244,7 +244,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'
@@ -302,7 +302,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'
@@ -415,7 +415,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 cbbd4d1a60e89e577a880c3c3cfaabe3eb101599..0dbfcabaa8755ec4d0671ea8383cd305a86096ab 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:
       OPENSSL_VER: 3.0.13
       PYTHONSTRICTEXTENSIONBUILD: 1