Explicitly set clang-format version to 16

This commit is contained in:
ragusaa
2024-04-03 16:35:23 -04:00
committed by GitHub
parent b8691543db
commit ae37b2216b
3 changed files with 152 additions and 76 deletions

View File

@@ -60,6 +60,6 @@ jobs:
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.4.1
with:
clang-format-version: "14"
clang-format-version: "16"
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}