Skip to content

Commit aa6969d

Browse files
committed
Use Ubuntu 24.04 on Drone
1 parent 7d0374e commit aa6969d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.jsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
193193
),
194194

195195
linux_pipeline(
196-
"Linux 23.04 GCC 13 32/64",
197-
"cppalliance/droneubuntu2304:1",
196+
"Linux 24.04 GCC 13 32/64",
197+
"cppalliance/droneubuntu2404:1",
198198
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '11,14,17,20,2b', ADDRMD: '32,64' },
199199
"g++-13-multilib",
200200
),
@@ -333,8 +333,8 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
333333
),
334334

335335
linux_pipeline(
336-
"Linux 23.04 Clang 16",
337-
"cppalliance/droneubuntu2304:1",
336+
"Linux 24.04 Clang 16",
337+
"cppalliance/droneubuntu2404:1",
338338
{ TOOLSET: 'clang', COMPILER: 'clang++-16', CXXSTD: '11,14,17,20,2b' },
339339
"clang-16",
340340
),

0 commit comments

Comments
 (0)