From de5f74be4a816e30d7afe3f2a217199c27e98c4b Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 5 Aug 2024 10:21:30 +0200 Subject: [PATCH] Update format.yaml switch to clang 14 --- .github/workflows/format.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 4cc6145..5314fae 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install clang-format-12 - run: sudo apt-get install clang-format-12 + - name: Install clang-format-14 + run: sudo apt-get install clang-format-14 - uses: pre-commit/action@v3.0.1