Skip to content

Commit aa0ff3c

Browse files
hteevolizfy0701
authored andcommitted
build: add support for ubuntu 24.10 (ethereum#30580)
1 parent 58d5805 commit aa0ff3c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build/ci.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ var (
120120

121121
// Distros for which packages are created
122122
debDistros = []string{
123-
"xenial", // 16.04, EOL: 04/2026
124-
"bionic", // 18.04, EOL: 04/2028
125-
"focal", // 20.04, EOL: 04/2030
126-
"jammy", // 22.04, EOL: 04/2032
127-
"noble", // 24.04, EOL: 04/2034
123+
"xenial", // 16.04, EOL: 04/2026
124+
"bionic", // 18.04, EOL: 04/2028
125+
"focal", // 20.04, EOL: 04/2030
126+
"jammy", // 22.04, EOL: 04/2032
127+
"noble", // 24.04, EOL: 04/2034
128+
"oracular", // 24.10, EOL: 07/2025
128129
}
129130

130131
// This is where the tests should be unpacked.

0 commit comments

Comments
 (0)