From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 3 Apr 2020 01:45:40 +0000 (-0700) Subject: bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) (GH-19324) X-Git-Tag: v3.7.8rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ed2acc6e89cea07f140fc374a77e8b36442df2e;p=thirdparty%2FPython%2Fcpython.git bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) (GH-19324) Update also OpenSSL version in Ubuntu and Coverage jobs. (cherry picked from commit 1767a0490f80c7b90d81051db24ef2b82cd9434f) Co-authored-by: Victor Stinner Co-authored-by: Victor Stinner --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b4aec6e3097..d3d67475135a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8e1b764ca8df..e58ad4a1dfd4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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