commit | 938e85b22826d0f13f35539d2ea9ff7ac9b90fe5 | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Fri Feb 19 12:09:31 2021 +0500 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 19 18:08:06 2021 +0100 |
tree | 54a6d0cfa11f39dee5587ff2bee5a7957afdc1b1 | |
parent | 98ad35f8261247758a01cd3a311519a87d3d16d6 [diff] |
CI: github actions: switch to stable LibreSSL release LibreSSL-3.3.0 appeared to have its own bugs, it is development release, let us switch to stable LibreSSL-3.2.4 instead
diff --git a/.github/matrix.py b/.github/matrix.py index a5ce191..3489833 100644 --- a/.github/matrix.py +++ b/.github/matrix.py
@@ -105,7 +105,7 @@ "stock", "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", - "LIBRESSL_VERSION=3.3.0", + "LIBRESSL_VERSION=3.2.4", "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"]