From 88bbcb12c51acf0efbc0aa662e57cb083985a028 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 26 Jan 2024 14:49:29 +0100 Subject: [PATCH] clang-format.yml: Bump to clang-format 18 --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 57ba44d..355f558 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -14,7 +14,7 @@ jobs: name: Enforce clang-format runs-on: ubuntu-22.04 env: - CLANG_MAJOR_VERSION: 15 + CLANG_MAJOR_VERSION: 18 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1