From d1acb93900b13023e4ebbd4676de43d49579cc64 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Wed, 11 Dec 2024 12:58:36 +0100 Subject: [PATCH] CI: Update to use clang-format-14 --- .github/workflows/check-clang-format.yml | 2 +- scripts/clang_git_format/clang_git_format/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-clang-format.yml b/.github/workflows/check-clang-format.yml index 8fe73ab8..42b58b8d 100644 --- a/.github/workflows/check-clang-format.yml +++ b/.github/workflows/check-clang-format.yml @@ -31,7 +31,7 @@ jobs: - name: Install Dependencies run: | - sudo apt install clang-format-11 -yq + sudo apt install clang-format-14 -yq pip3 install --user -r .github/python_clang_format_reqs.txt - name: Check code style diff --git a/scripts/clang_git_format/clang_git_format/config.py b/scripts/clang_git_format/clang_git_format/config.py index c834781f..c9690206 100644 --- a/scripts/clang_git_format/clang_git_format/config.py +++ b/scripts/clang_git_format/clang_git_format/config.py @@ -1,2 +1,2 @@ -PROGNAME = "clang-format-11" +PROGNAME = "clang-format-14"