From 04b57a7d1bbc345769658c65f19b20742bfa7a08 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 5 May 2021 09:01:03 +0500 Subject: [PATCH] CI: Github Actions: switch to LibreSSL-3.3.3 stable LibreSSL-3.3.3 released, let us switch to it --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 22c33f0df..577ad5b72 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", - "LIBRESSL_VERSION=3.2.5", + "LIBRESSL_VERSION=3.3.3", "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"]