From 739a042639858ef3d6b9f2373d0b501adfa50b55 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Fri, 7 Feb 2025 21:37:23 -0800 Subject: [PATCH] cI: fix clang-format --- .github/workflows/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 2c2bb3ee2..6a978789c 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.9' - name: Run clang-format - run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-14 -style=file -i + run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-16 -style=file -i - name: Glob files run: python ${{ github.workspace }}/scripts/cmake_generate.py