build: add support for ubuntu 24.10 (#30580)

release/1.14
Hteev Oli 4 months ago committed by Martin HS
parent bee38ebb39
commit 15b0152a5c
  1. 1
      build/ci.go

@ -125,6 +125,7 @@ var (
"focal", // 20.04, EOL: 04/2030 "focal", // 20.04, EOL: 04/2030
"jammy", // 22.04, EOL: 04/2032 "jammy", // 22.04, EOL: 04/2032
"noble", // 24.04, EOL: 04/2034 "noble", // 24.04, EOL: 04/2034
"oracular", // 24.10, EOL: 07/2025
} }
// This is where the tests should be unpacked. // This is where the tests should be unpacked.

Loading…
Cancel
Save