Skip to content

Commit

Permalink
bump clang-format version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 7, 2025
1 parent 392e0fa commit 0bd754d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/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"
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 .circleci/python_reqs.txt
- name: Check code style
Expand Down

0 comments on commit 0bd754d

Please sign in to comment.