From 8fab74d2347ebff75cea6d9768c21f9df255d335 Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Sun, 30 Aug 2020 04:39:30 -0500 Subject: [PATCH] CI: Remove clang format Mac check It is kind of pointless to have the Mac clang format check when there is already one on Linux. --- .github/workflows/clang-format.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 6364dcc4e..1b74e7006 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -30,20 +30,3 @@ jobs: run: | ./formatcode.sh ./CI/check-format.sh - - macos64: - runs-on: macos-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: 'recursive' - - - name: Install clang-format - run: | - brew install clang-format - - - name: Check the Formatting - run: | - ./formatcode.sh - ./CI/check-format.sh