diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 51946a2..4a4b7df 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -9,7 +9,7 @@ jobs: - name: Run clang-format style check for C. uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '13' + clang-format-version: '18' check-path: 'kernel' fallback-style: llvm