Skip to content

Commit c9ae77d

Browse files
[ci] Upgrade clang-format version
1 parent ec061dd commit c9ae77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Run clang-format style check for C/C++ programs.
1313
uses: jidicula/clang-format-action@v4.11.0
1414
with:
15-
clang-format-version: '17'
15+
clang-format-version: '21'
1616
exclude-regex: 'doctest.h'
1717
inlining-check:
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)