Skip to content

Commit 4b744b6

Browse files
committed
[ci] try with std 23
1 parent 3b6b464 commit 4b744b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
platform_config: alma10-clang_ninja
425425
is_special: true
426426
property: "clang Ninja"
427-
overrides: ["CMAKE_CXX_STANDARD=20", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++", "libcxx=ON"]
427+
overrides: ["CMAKE_CXX_STANDARD=23", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++", "libcxx=ON"]
428428
cmake_generator: Ninja
429429
# Fedora Rawhide with Python debug build
430430
- image: rawhide

0 commit comments

Comments
 (0)