Skip to content

Commit b468128

Browse files
committed
Bump to clang-format-20
1 parent da49628 commit b468128

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/apply-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: pgrete/cpp-py-formatter/command@v0.4.0
1212
with:
1313
botName: par-hermes
14-
clangFormatVersion: 18
14+
clangFormatVersion: 20
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
steps:
88
- uses: pgrete/cpp-py-formatter/check@v0.4.0
99
with:
10-
clangFormatVersion: 18
10+
clangFormatVersion: 20
1111
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ by adding an optional string as last argument to any `ParameterInput` `Get` or `
2626
### Fixed (not changing behavior/API/variables/...)
2727

2828
### Infrastructure
29-
- [[PR 156]](https://github.com/parthenon-hpc-lab/athenapk/pull/156) Bump formatters to clang-format-18 and black 25.12
29+
- [[PR 156]](https://github.com/parthenon-hpc-lab/athenapk/pull/156) Bump formatters to clang-format-20 and black 25.12
3030
- [[PR 146]](https://github.com/parthenon-hpc-lab/athenapk/pull/146) Bump Parthenon 25.12 and Kokkos 4.7.02
3131

3232
### Removed (removing behavior/API/varaibles/...)

0 commit comments

Comments
 (0)