Bump CI version

This commit is contained in:
Steven Fackler 2020-04-05 07:01:16 -07:00
parent 2cbc436b8b
commit 9c8e7cdd23
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ jobs:
openssl_111: &openssl_111 openssl_111: &openssl_111
library: openssl library: openssl
version: 1.1.1e version: 1.1.1f
openssl_110: &openssl_110 openssl_110: &openssl_110
library: openssl library: openssl
version: 1.1.0l version: 1.1.0l

View File

@ -4,7 +4,7 @@ environment:
# 1.1.1, 64 bit # 1.1.1, 64 bit
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
BITS: 64 BITS: 64
OPENSSL_VERSION: 1_1_1e OPENSSL_VERSION: 1_1_1f
OPENSSL_DIR: C:\OpenSSL OPENSSL_DIR: C:\OpenSSL
# 1.0.2, 32 bit # 1.0.2, 32 bit