File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ jobs:
423423 needs : build-context
424424 if : needs.build-context.outputs.run-ubuntu == 'true'
425425 env :
426- OPENSSL_VER : 3.0.20
426+ OPENSSL_VER : 3.5.6
427427 PYTHONSTRICTEXTENSIONBUILD : 1
428428 steps :
429429 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -531,7 +531,7 @@ jobs:
531531 matrix :
532532 os : [ubuntu-24.04]
533533 env :
534- OPENSSL_VER : 3.0.20
534+ OPENSSL_VER : 3.5.6
535535 PYTHONSTRICTEXTENSIONBUILD : 1
536536 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
537537 steps :
Original file line number Diff line number Diff line change 3030 runs-on : ${{ inputs.os }}
3131 timeout-minutes : 60
3232 env :
33- OPENSSL_VER : 3.0.20
33+ OPENSSL_VER : 3.5.6
3434 PYTHONSTRICTEXTENSIONBUILD : 1
3535 TERM : linux
3636 steps :
You can’t perform that action at this time.
0 commit comments