Skip to content

Commit f2296ef

Browse files
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Update also OpenSSL version in Ubuntu and Coverage jobs. (cherry picked from commit 1767a04) Co-authored-by: Victor Stinner <[email protected]>
1 parent 1c325c4 commit f2296ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: 'Ubuntu'
6262
runs-on: ubuntu-latest
6363
env:
64-
OPENSSL_VER: 1.1.1d
64+
OPENSSL_VER: 1.1.1f
6565
steps:
6666
- uses: actions/checkout@v1
6767
- name: Install Dependencies

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: 'Ubuntu (Coverage)'
2424
runs-on: ubuntu-latest
2525
env:
26-
OPENSSL_VER: 1.1.1d
26+
OPENSSL_VER: 1.1.1f
2727
steps:
2828
- uses: actions/checkout@v1
2929
- name: Install Dependencies

0 commit comments

Comments
 (0)