From 7fdc28ecf5cd93bcc8beb5dee0195b6273b9b518 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Fri, 17 Jan 2025 13:40:41 +0000 Subject: [PATCH] Run clang-format check on ubuntu --- .github/workflows/ci-checks.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index fb1e76868..96861d033 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -26,15 +26,10 @@ jobs: cppcheck --force --error-exitcode=1 --language=c++ --enable=all --inconclusive --suppress=knownConditionTrueFalse --suppress=constParameterCallback --suppress=redundantAssignment --suppress=knownArgument --suppress=missingIncludeSystem --suppress=unusedFunction --check-level=exhaustive . clang-format: - runs-on: macos-15 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - name: install clang-format - run: | - brew update - brew install clang-format || true - - name: Run clang-format style check uses: jidicula/clang-format-action@v4.13.0 with: