We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d010f commit c7400d7Copy full SHA for c7400d7
.github/workflows/root-ci.yml
@@ -391,6 +391,8 @@ jobs:
391
overrides: ["CMAKE_CXX_STANDARD=23"]
392
- image: debian125
393
overrides: ["CMAKE_CXX_STANDARD=20", "dev=ON", "CMAKE_CXX_FLAGS=-Wsuggest-override"]
394
+ - image: debian13
395
+ overrides: ["CMAKE_CXX_STANDARD=20", "CMAKE_CXX_FLAGS=-Wsuggest-override"]
396
# Special builds
397
- image: alma9
398
is_special: true
0 commit comments