From 9e5882ea04673c525f2db315d2a61e71e7498fd5 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Mon, 15 Sep 2025 08:58:59 +0200 Subject: [PATCH] GitHub Actions: remove Ubuntu 24.10 (end of life) That version went out of support in July 2025 [1] and by now the repos got archived and causes pipelines to fail [2]: Err:5 http://security.ubuntu.com/ubuntu oracular-security Release 404 Not Found [IP: 185.125.190.83 80] Err:6 http://archive.ubuntu.com/ubuntu oracular Release 404 Not Found [IP: 185.125.190.36 80] Err:7 http://archive.ubuntu.com/ubuntu oracular-updates Release 404 Not Found [IP: 185.125.190.36 80] Err:8 http://archive.ubuntu.com/ubuntu oracular-backports Release 404 Not Found [IP: 185.125.190.36 80] [1]: https://ubuntu.com/about/release-cycle [2]: https://github.com/Icinga/icinga2/actions/runs/17671678861/job/50224642536#step:5:25 --- .github/workflows/linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fc25c365e..ac09815de 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -54,7 +54,6 @@ jobs: - ubuntu:22.04 - ubuntu:24.04 - - ubuntu:24.10 - ubuntu:25.04 platform: