]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GitHub Actions: remove Ubuntu 16.04 environment
authorLev Stipakov <lev@openvpn.net>
Sun, 26 Sep 2021 06:10:46 +0000 (09:10 +0300)
committerGert Doering <gert@greenie.muc.de>
Fri, 1 Oct 2021 06:16:19 +0000 (08:16 +0200)
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>
(cherry picked from commit c3b16d7a35a2fd1ee4a70418fddc7c1dd9539dc3)

.github/workflows/build.yaml

index 4cb2f4ccd5b189aeac02a662e534ba0ae2fbfa91..99885ad3dd769615c66368760e9b2f16553b7a41 100644 (file)
@@ -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}}