diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 079d72f..3cd7e53 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Run clang-format - run: find -type f \( -name *.hpp -o -name *.cpp \) | xargs clang-format-14 -style=file -i + run: find -type f \( -name *.hpp -o -name *.cpp \) | xargs clang-format-16 -style=file -i - uses: stefanzweifel/git-auto-commit-action@v4 with: