Skip to content

Commit

Permalink
CI: Update to use clang-format-14
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 11, 2024
1 parent 162c1b5 commit d1acb93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt install clang-format-11 -yq
sudo apt install clang-format-14 -yq
pip3 install --user -r .github/python_clang_format_reqs.txt
- name: Check code style
Expand Down
2 changes: 1 addition & 1 deletion scripts/clang_git_format/clang_git_format/config.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

PROGNAME = "clang-format-11"
PROGNAME = "clang-format-14"

0 comments on commit d1acb93

Please sign in to comment.