Skip to content

Commit bd6ec58

Browse files
authored
Lowest version of clang-format is 14 on ubuntu 24.04. (#81)
* Lowest version of clang-format is 14 on ubuntu 24.04. See https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=clang-format&searchon=names * Update pre-commit as well.
1 parent ca42f96 commit bd6ec58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/format.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
18-
- name: Install clang-format-12
19-
run: sudo apt-get install clang-format-12
20-
- uses: pre-commit/action@v2.0.0
18+
- name: Install clang-format-14
19+
run: sudo apt-get install clang-format-14
20+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)