Skip to content

Commit 716ec4b

Browse files
gh-115119: Bump CI to use Ubuntu 22.04 (#118631)
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
1 parent 05adfbb commit 716ec4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
251251
build_ubuntu_ssltests:
252252
name: 'Ubuntu SSL tests with OpenSSL'
253-
runs-on: ubuntu-20.04
253+
runs-on: ubuntu-22.04
254254
timeout-minutes: 60
255255
needs: check_source
256256
if: needs.check_source.outputs.run_tests == 'true'
@@ -316,7 +316,7 @@ jobs:
316316

317317
test_hypothesis:
318318
name: "Hypothesis tests on Ubuntu"
319-
runs-on: ubuntu-20.04
319+
runs-on: ubuntu-22.04
320320
timeout-minutes: 60
321321
needs: check_source
322322
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -429,7 +429,7 @@ jobs:
429429

430430
build_asan:
431431
name: 'Address sanitizer'
432-
runs-on: ubuntu-20.04
432+
runs-on: ubuntu-22.04
433433
timeout-minutes: 60
434434
needs: check_source
435435
if: needs.check_source.outputs.run_tests == 'true'

.github/workflows/reusable-ubuntu.yml

+1-1
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
FORCE_COLOR: 1
1818
OPENSSL_VER: 3.0.13

.github/workflows/reusable-wasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build_wasi_reusable:
1010
name: 'build and test'
1111
timeout-minutes: 60
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
env:
1414
WASMTIME_VERSION: 18.0.3
1515
WASI_SDK_VERSION: 21

0 commit comments

Comments
 (0)