Skip to content

Commit 67d2b0e

Browse files
committed
Update to clang-format-15 for Lint CI job
1 parent 56de348 commit 67d2b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pip3 install codespell
2424

2525
- name: Lint
26-
run: cmake -D FORMAT_COMMAND=clang-format-14 -P cmake/lint.cmake
26+
run: cmake -D FORMAT_COMMAND=clang-format-15 -P cmake/lint.cmake
2727

2828
- name: Spell check
2929
if: always()

0 commit comments

Comments
 (0)