[LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy
Petr Vorel
pvorel@suse.cz
Fri Jun 17 15:16:59 CEST 2022
Ubuntu 21.10 impish EOL in 2027-04 (next month).
Replace it with the latest stable release (EOL 2027-04).
Reported-by: Andrea Cervesato <andrea.cervesato@suse.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,
It's also a question whether use 20.04 LTS focal instead of 18.04 LTS
bionic. I guess we'd like to cover everything: bleeding edge, used
distros and very old and still used distros. bionic EOL next year
(2023-04).
Kind regards,
Petr
.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 fe28e4d05..a412f8904 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
CC: clang
METADATA: asciidoctor-pdf
- - container: "ubuntu:impish"
+ - container: "ubuntu:jammy"
env:
CC: gcc
METADATA: asciidoctor
--
2.36.1
More information about the ltp
mailing list