Skip to content

Commit 0bd754d

Browse files
committed
bump clang-format version to 14
1 parent 392e0fa commit 0bd754d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

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

.github/workflows/check-clang-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Install Dependencies
3333
run: |
34-
sudo apt install clang-format-11 -yq
34+
sudo apt install clang-format-14 -yq
3535
pip3 install --user -r .circleci/python_reqs.txt
3636
3737
- name: Check code style

0 commit comments

Comments
 (0)