[LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic

Petr Vorel pvorel@suse.cz
Wed Mar 16 16:04:29 CET 2022


Ubuntu 16.04 LTS xenial EOL was in 2021-04.
Replace it with 18.04 LTS bionic (EOL 2023-04).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

according to distrowatch.com xenial EOL was in 2021-04 [1].
Looking into Ubuntu docs, Xenial is in Extended Security Maintenance
(ESM) phase. That explain why repos are still available.
Do we want to move on to bionic (or even focal)?

Kind regards,
Petr

[1] https://distrowatch.com/table.php?distribution=ubuntu
[2] https://ubuntu.com/about/release-cycle

 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c268ba41c7..fe28e4d055 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
               METADATA: asciidoctor
               TREE: out
 
-          - container: "ubuntu:xenial"
+          - container: "ubuntu:bionic"
             env:
               CC: gcc
               METADATA: asciidoc-pdf
-- 
2.35.1



More information about the ltp mailing list