From 0647bbe981ac1965baf697057de14f3176d63785 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 20 May 2025 18:26:08 +0200 Subject: [PATCH 1/2] add ubuntu 20.04 "focal" (LTS) to list of EOL distros Ubuntu 20.04 reached end of support on April 30. There's still commercial ESM (Extended Security Maintenance) support, but we don't account for that in our packages; https://ubuntu.com/blog/ubuntu-20-04-eol-for-devicesional Signed-off-by: Sebastiaan van Stijn --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 13731acb..dd03d442 100755 --- a/install.sh +++ b/install.sh @@ -489,7 +489,7 @@ do_install() { raspbian.buster|raspbian.stretch|raspbian.jessie) deprecation_notice "$lsb_dist" "$dist_version" ;; - ubuntu.bionic|ubuntu.xenial|ubuntu.trusty) + ubuntu.focal|ubuntu.bionic|ubuntu.xenial|ubuntu.trusty) deprecation_notice "$lsb_dist" "$dist_version" ;; ubuntu.mantic|ubuntu.lunar|ubuntu.kinetic|ubuntu.impish|ubuntu.hirsute|ubuntu.groovy|ubuntu.eoan|ubuntu.disco|ubuntu.cosmic) From d57d64f6291ca0c63a32f6e91782b15deb8ec227 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 20 May 2025 18:28:23 +0200 Subject: [PATCH 2/2] ci: remove ubuntu 20.04, use docker 27.5 for testing Signed-off-by: Sebastiaan van Stijn --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c50614a..0a921f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,11 @@ jobs: strategy: matrix: os: - - ubuntu:20.04 - ubuntu:22.04 - ubuntu:24.04 - quay.io/centos/centos:stream9 version: - - "26.1" + - "27.5" - "" steps: