Skip to content

Commit 6bc0d25

Browse files
committed
clang 17
1 parent d231f34 commit 6bc0d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
branches: [ "main" ]
44

55
env:
6-
CLANG_VERSION: 18
6+
CLANG_VERSION: 17
77

88
jobs:
99
build:

conan_profile/default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
arch=x86_64
33
build_type=Release
44
compiler=clang
5-
compiler.version=18
5+
compiler.version=17
66
compiler.cppstd=23
77
compiler.libcxx=libc++
88
os=Linux

0 commit comments

Comments
 (0)