From d4cdeaf45aa79f0dcc34933f096c2140036d2319 Mon Sep 17 00:00:00 2001 From: gorbit99 Date: Wed, 13 Nov 2024 00:38:33 +0100 Subject: [PATCH] Increase clang format version to 19 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 03f84483..2d1be868 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: "17" + clang-format-version: "19" fallback-style: google # Disable clang-tidy for now # - name: Get clang-tidy