Skip to content

Commit 1767a04

Browse files
authored
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Update also OpenSSL version in Ubuntu and Coverage jobs.
1 parent b1ffb8b commit 1767a04

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
@@ -65,7 +65,7 @@ jobs:
6565
name: 'Ubuntu'
6666
runs-on: ubuntu-latest
6767
env:
68-
OPENSSL_VER: 1.1.1d
68+
OPENSSL_VER: 1.1.1f
6969
steps:
7070
- uses: actions/checkout@v1
7171
- 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)