Skip to content

Commit

Permalink
Bump CI clang-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Jun 26, 2024
1 parent b876deb commit 69d6e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.5.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '13'
clang-format-version: '18'

# Run unittests on modern-ish versions of gcc and clang.
# -----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 69d6e18

Please sign in to comment.