File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments