From 8486722dcbf2b989bc1f79f60ed5035c008e7c68 Mon Sep 17 00:00:00 2001 From: Martin HS Date: Mon, 19 Aug 2024 13:35:41 +0200 Subject: [PATCH] build: remove mantic from ppa builds (#30322) removes ppa-build for ubuntu `mantic` --- build/ci.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/ci.go b/build/ci.go index 009d69e6e4..ac7060dc2f 100644 --- a/build/ci.go +++ b/build/ci.go @@ -126,8 +126,6 @@ var ( "focal", // 20.04, EOL: 04/2030 "jammy", // 22.04, EOL: 04/2032 "noble", // 24.04, EOL: 04/2034 - - "mantic", // 23.10, EOL: 07/2024 } // This is where the tests should be unpacked.