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