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 d231f34 commit 6bc0d25Copy full SHA for 6bc0d25
.github/workflows/Build.yml
@@ -3,7 +3,7 @@ on:
3
branches: [ "main" ]
4
5
env:
6
- CLANG_VERSION: 18
+ CLANG_VERSION: 17
7
8
jobs:
9
build:
conan_profile/default
@@ -2,7 +2,7 @@
2
arch=x86_64
build_type=Release
compiler=clang
-compiler.version=18
+compiler.version=17
compiler.cppstd=23
compiler.libcxx=libc++
os=Linux
0 commit comments