Skip to content

Commit 331f843

Browse files
authored
Update maintenance.yml
1 parent 9b54896 commit 331f843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: '3.9'
1515

1616
- name: Run clang-format
17-
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-14 -style=file -i
17+
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-15 -style=file -i
1818

1919
- name: Glob files
2020
run: python ${{ github.workspace }}/CommonLibF4/scripts/cmake_generate.py

0 commit comments

Comments
 (0)