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 1767a0490f
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
1c325c4e0b
commit
f2296ef9ce
|
@ -61,7 +61,7 @@ jobs:
|
|||
name: 'Ubuntu'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OPENSSL_VER: 1.1.1d
|
||||
OPENSSL_VER: 1.1.1f
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Dependencies
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
name: 'Ubuntu (Coverage)'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OPENSSL_VER: 1.1.1d
|
||||
OPENSSL_VER: 1.1.1f
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Dependencies
|
||||
|
|
Loading…
Reference in New Issue