8000 [3.12] gh-115119: Bump CI to use Ubuntu 22.04 (#118631) (#118634) · python/cpython@a81fe2a · GitHub
[go: up one dir, main page]

Skip to content

Commit a81fe2a

Browse files
[3.12] gh-115119: Bump CI to use Ubuntu 22.04 (#118631) (#118634)
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
1 parent 6abf840 commit a81fe2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
245245
build_ubuntu_ssltests:
246246
name: 'Ubuntu SSL tests with OpenSSL'
247-
runs-on: ubuntu-20.04
247+
runs-on: ubuntu-22.04
248248
timeout-minutes: 60
249249
needs: check_source
250250
if: needs.check_source.outputs.run_tests == 'true'
@@ -302,7 +302,7 @@ jobs:
302302

303303
test_hypothesis:
304304
name: "Hypothesis tests on Ubuntu"
305-
runs-on: ubuntu-20.04
305+
runs-on: ubuntu-22.04
306306
timeout-minutes: 60
307307
needs: check_source
308308
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -415,7 +415,7 @@ jobs:
415415

416416
build_asan:
417417
name: 'Address sanitizer'
418-
runs-on: ubuntu-20.04
418+
runs-on: ubuntu-22.04
419419
timeout-minutes: 60
420420
needs: check_source
421421
if: needs.check_source.outputs.run_tests == 'true'

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_ubuntu_reusable:
1313
name: 'build and test'
1414
timeout-minutes: 60
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
env:
1717
OPENSSL_VER: 3.0.13
1818
PYTHONSTRICTEXTENSIONBUILD: 1

0 commit comments

Comments
 (0)
0