From 70b2c72687ae6e33d2f81147837d4d7c38ef3b9f Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 2 Nov 2022 11:57:03 +0500 Subject: [PATCH] CI: switch to the "latest" LibreSSL LibreSSL-3.6.0 had some regression, it was fixed in 3.6.1, let us switch back to the latest LibreSSL available --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 76e0893a7..ea4c79fc4 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -129,7 +129,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=latest", - "LIBRESSL_VERSION=3.5.3", + "LIBRESSL_VERSION=latest", "QUICTLS=yes", # "BORINGSSL=yes", ]: