diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec308c570f..3e5d2d1d63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,12 @@ jobs: - name: Clone uses: actions/checkout@v3 - name: Check formatting - uses: DoozyX/clang-format-lint-action@v0.14 + uses: DoozyX/clang-format-lint-action@v0.16.2 with: source: './amr-wind ./unit_tests ./tools/utilities' exclude: '.' extensions: 'H,h,cpp' - clangFormatVersion: 14 + clangFormatVersion: 16 CPU: needs: Formatting runs-on: ${{matrix.os}}