From 1dd71922b536096da2ede4e8d9549ac210f80bf9 Mon Sep 17 00:00:00 2001 From: ericxtheodore Date: Fri, 11 Jul 2025 11:49:40 +0800 Subject: [PATCH] build: remove end of life support of Ubuntu 24.10 --- build/ci.go | 1 - 1 file changed, 1 deletion(-) diff --git a/build/ci.go b/build/ci.go index 58c769e0d7..ec2facce9c 100644 --- a/build/ci.go +++ b/build/ci.go @@ -123,7 +123,6 @@ var ( "focal", // 20.04, EOL: 04/2030 "jammy", // 22.04, EOL: 04/2032 "noble", // 24.04, EOL: 04/2034 - "oracular", // 24.10, EOL: 07/2025 } // This is where the tests should be unpacked.