Skip to content

Commit 54e1ba5

Browse files
committed
fix: bump clang version to fix libstdc++ incompatibility
1 parent 2bdb3d5 commit 54e1ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
compiler:
2121
- g++-12
22-
- clang++-14
22+
- clang++-15
2323
build_type: [ Debug, Release ]
2424

2525
# The CMake configure and build commands are platform agnostic and should work equally

0 commit comments

Comments
 (0)