Skip to content

Commit

Permalink
Change build.yaml to use clang-format-18
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Dec 12, 2024
1 parent a1f8325 commit 688e583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ jobs:
with:
fetch-depth: 0
- name: Run clang-format style check for C/C++
uses: jidicula/clang-format-action@v4.11.0
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '11'
clang-format-version: '18'
exclude-regex: 'dependencies'

0 comments on commit 688e583

Please sign in to comment.