File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
245
245
build_ubuntu_ssltests :
246
246
name : ' Ubuntu SSL tests with OpenSSL'
247
- runs-on : ubuntu-20 .04
247
+ runs-on : ubuntu-22 .04
248
248
timeout-minutes : 60
249
249
needs : check_source
250
250
if : needs.check_source.outputs.run_tests == 'true'
@@ -302,7 +302,7 @@ jobs:
302
302
303
303
test_hypothesis :
304
304
name : " Hypothesis tests on Ubuntu"
305
- runs-on : ubuntu-20 .04
305
+ runs-on : ubuntu-22 .04
306
306
timeout-minutes : 60
307
307
needs : check_source
308
308
if : needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -415,7 +415,7 @@ jobs:
415
415
416
416
build_asan :
417
417
name : ' Address sanitizer'
418
- runs-on : ubuntu-20 .04
418
+ runs-on : ubuntu-22 .04
419
419
timeout-minutes : 60
420
420
needs : check_source
421
421
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
OPENSSL_VER : 3.0.13
18
18
PYTHONSTRICTEXTENSIONBUILD : 1
You can’t perform that action at this time.
0 commit comments