Skip to content

Commit 49fc7d3

Browse files
committed
[Infra] Bump clang-format to v15
1 parent 8f02d12 commit 49fc7d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup check
3737
run: |
3838
brew update
39-
brew install clang-format@14
39+
brew install clang-format@15
4040
brew install mint
4141
mint bootstrap
4242

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ GitHub Actions will verify that any code changes are done in a style compliant
209209
way. Install `clang-format` and `mint`:
210210

211211
```console
212-
brew install clang-format@14
212+
brew install clang-format@15
213213
brew install mint
214214
```
215215

0 commit comments

Comments
 (0)