Skip to content

Commit 324b361

Browse files
committed
[ci] Build Ubuntu 25 in release mode
to make the execution of tests faster
1 parent bbea6ce commit 324b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
- image: ubuntu2404
372372
overrides: ["CMAKE_BUILD_TYPE=Debug"]
373373
- image: ubuntu2504
374-
overrides: ["CMAKE_BUILD_TYPE=Debug", "CMAKE_CXX_STANDARD=23"]
374+
overrides: ["CMAKE_CXX_STANDARD=23"]
375375
- image: debian125
376376
overrides: ["CMAKE_CXX_STANDARD=20", "dev=ON"]
377377
# Special builds

0 commit comments

Comments
 (0)