Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a81fe2a

Browse filesBrowse 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
Copy full SHA for a81fe2a

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+3-3Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/reusable-ubuntu.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.