mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-08 16:35:26 -04:00
GitHub Actions: remove Ubuntu 16.04 environment
Starting from 20th of September, GitHub has removed Ubuntu 16.04 environment from Actions. Safely remove it from our build script where we already have Ubuntu 18.04 and 20.04. Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20210926061046.212-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22904.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
e80e36d755
commit
c3b16d7a35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
ubuntu:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
|
||||
os: [ubuntu-18.04, ubuntu-20.04]
|
||||
ssllib: [mbedtls, openssl]
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue