diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index acdcd586..aec8cac3 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -30,11 +30,11 @@ jobs: - name: Setup Ubuntu Environment shell: bash run: | - sudo apt-get install clang-format-17 + sudo apt-get install clang-format-19 - name: Check Formatting shell: bash run: | MERGE_BASE=$(git merge-base origin/develop ${{ github.event.pull_request.head.sha || github.ref }}) echo "Comparing against ${MERGE_BASE}" - git clang-format-17 --diff --style=file -v ${MERGE_BASE} + git clang-format-19 --diff --style=file -v ${MERGE_BASE}