mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
GHA: remove Ubuntu 18.04 builds
Github will stop supporting them on April, 1st.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Matthias Andree <matthias.andree@gmx.de>
Message-Id: <20230328100926.138233-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26541.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit cf7ff95d38)
This commit is contained in:
parent
d01b9d751d
commit
e5c436c2cb
1 changed files with 0 additions and 15 deletions
15
.github/workflows/build.yaml
vendored
15
.github/workflows/build.yaml
vendored
|
|
@ -274,21 +274,6 @@ jobs:
|
|||
libname: [mbed TLS]
|
||||
|
||||
include:
|
||||
- os: ubuntu-18.04
|
||||
sslpkg: "libmbedtls-dev"
|
||||
ssllib: mbedtls
|
||||
libname: mbed TLS
|
||||
extraconf: "--disable-dco"
|
||||
- os: ubuntu-18.04
|
||||
sslpkg: "libssl1.0-dev"
|
||||
ssllib: openssl
|
||||
libname: OpenSSL 1.0.2
|
||||
extraconf: "--disable-dco"
|
||||
- os: ubuntu-18.04
|
||||
sslpkg: "libssl-dev"
|
||||
libname: OpenSSL 1.1.1
|
||||
ssllib: openssl
|
||||
extraconf: "--disable-dco"
|
||||
- os: ubuntu-20.04
|
||||
sslpkg: "libssl-dev"
|
||||
libname: OpenSSL 1.1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue