Skip to content

Commit 03ceb59

Browse files
authored
[3.14] gh-149254: Update CI jobs to use OpenSSL 3.5 (GH-149925)
1 parent 466dc6d commit 03ceb59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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:

0 commit comments

Comments
 (0)