Skip to content

Commit a772570

Browse files
committed
Bump clang-format version to 15 (the latest on Ubuntu 22.04)
1 parent ff78668 commit a772570

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
3333
- name: Set up clang-format
3434
run: |
35-
sudo apt-get install -y clang-format-14
35+
sudo apt-get install -y clang-format-15
3636
sudo unlink /usr/bin/clang-format
37-
sudo ln -s /usr/bin/clang-format-14 /usr/bin/clang-format
37+
sudo ln -s /usr/bin/clang-format-15 /usr/bin/clang-format
3838
clang-format --version
3939
4040
- name: Run pre-commit checks

0 commit comments

Comments
 (0)