From 9c8e7cdd2303b4985cc4bf91ad9053b97f406192 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 5 Apr 2020 07:01:16 -0700 Subject: [PATCH] Bump CI version --- .circleci/config.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3d29ea36..f0f2dba9d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -206,7 +206,7 @@ jobs: openssl_111: &openssl_111 library: openssl - version: 1.1.1e + version: 1.1.1f openssl_110: &openssl_110 library: openssl version: 1.1.0l diff --git a/appveyor.yml b/appveyor.yml index a2672e602..931805c1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: # 1.1.1, 64 bit - TARGET: x86_64-pc-windows-msvc BITS: 64 - OPENSSL_VERSION: 1_1_1e + OPENSSL_VERSION: 1_1_1f OPENSSL_DIR: C:\OpenSSL # 1.0.2, 32 bit -- GitLab