diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index f79013e8515..35b9b1caa94 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -20,6 +20,6 @@ jobs: - name: Run clang-format style check for C/C++ programs. uses: jidicula/clang-format-action@v4.11.0 with: - clang-format-version: "18" + clang-format-version: "19" check-path: ${{ matrix.path['check'] }} exclude-regex: ${{ matrix.path['exclude'] }}