Skip to content

Commit

Permalink
[Infra] Upgrade to clang-format16 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Mar 20, 2023
1 parent f6b558e commit fe7ebfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup check
run: |
brew update
brew install clang-format@15
brew install clang-format@16
brew install mint
mint bootstrap
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GitHub Actions will verify that any code changes are done in a style compliant
way. Install `clang-format` and `mint`:

```console
brew install clang-format@15
brew install clang-format@16
brew install mint
```

Expand Down

0 comments on commit fe7ebfd

Please sign in to comment.