File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ jobs:
250
250
251
251
build_ubuntu_ssltests :
252
252
name : ' Ubuntu SSL tests with OpenSSL'
253
- runs-on : ubuntu-20 .04
253
+ runs-on : ubuntu-22 .04
254
254
timeout-minutes : 60
255
255
needs : check_source
256
256
if : needs.check_source.outputs.run_tests == 'true'
@@ -316,7 +316,7 @@ jobs:
316
316
317
317
test_hypothesis :
318
318
name : " Hypothesis tests on Ubuntu"
319
- runs-on : ubuntu-20 .04
319
+ runs-on : ubuntu-22 .04
320
320
timeout-minutes : 60
321
321
needs : check_source
322
322
if : needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -429,7 +429,7 @@ jobs:
429
429
430
430
build_asan :
431
431
name : ' Address sanitizer'
432
- runs-on : ubuntu-20 .04
432
+ runs-on : ubuntu-22 .04
433
433
timeout-minutes : 60
434
434
needs : check_source
435
435
if : needs.check_source.outputs.run_tests == 'true'
Original file line number Diff line number Diff line change 12
12
build_ubuntu_reusable :
13
13
name : ' build and test'
14
14
timeout-minutes : 60
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
env :
17
17
FORCE_COLOR : 1
18
18
OPENSSL_VER : 3.0.13
Original file line number Diff line number Diff line change 9
9
build_wasi_reusable :
10
10
name : ' build and test'
11
11
timeout-minutes : 60
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
env :
14
14
WASMTIME_VERSION : 18.0.3
15
15
WASI_SDK_VERSION : 21
You can’t perform that action at this time.
0 commit comments