Skip to content

Commit

Permalink
bump CI to use clang-format-14
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Jun 16, 2024
1 parent 3907375 commit 76beada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.12.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '11'
clang-format-version: '14'
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}

0 comments on commit 76beada

Please sign in to comment.