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'.
This commit is contained in:
Erlend E. Aasland 2024-05-06 10:39:43 +02:00 committed by GitHub
parent 05adfbba2a
commit 716ec4bfcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -250,7 +250,7 @@ jobs:
build_ubuntu_ssltests: build_ubuntu_ssltests:
name: 'Ubuntu SSL tests with OpenSSL' name: 'Ubuntu SSL tests with OpenSSL'
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
timeout-minutes: 60 timeout-minutes: 60
needs: check_source needs: check_source
if: needs.check_source.outputs.run_tests == 'true' if: needs.check_source.outputs.run_tests == 'true'
@ -316,7 +316,7 @@ jobs:
test_hypothesis: test_hypothesis:
name: "Hypothesis tests on Ubuntu" name: "Hypothesis tests on Ubuntu"
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
timeout-minutes: 60 timeout-minutes: 60
needs: check_source needs: check_source
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true' if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@ -429,7 +429,7 @@ jobs:
build_asan: build_asan:
name: 'Address sanitizer' name: 'Address sanitizer'
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
timeout-minutes: 60 timeout-minutes: 60
needs: check_source needs: check_source
if: needs.check_source.outputs.run_tests == 'true' if: needs.check_source.outputs.run_tests == 'true'

View File

@ -12,7 +12,7 @@ jobs:
build_ubuntu_reusable: build_ubuntu_reusable:
name: 'build and test' name: 'build and test'
timeout-minutes: 60 timeout-minutes: 60
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
env: env:
FORCE_COLOR: 1 FORCE_COLOR: 1
OPENSSL_VER: 3.0.13 OPENSSL_VER: 3.0.13

View File

@ -9,7 +9,7 @@ jobs:
build_wasi_reusable: build_wasi_reusable:
name: 'build and test' name: 'build and test'
timeout-minutes: 60 timeout-minutes: 60
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
env: env:
WASMTIME_VERSION: 18.0.3 WASMTIME_VERSION: 18.0.3
WASI_SDK_VERSION: 21 WASI_SDK_VERSION: 21