Browse Source

Merge pull request #3364 from cg2121/mac-clang-format

CI: Remove clang format Mac check
Colin Edwards 5 years ago
parent
commit
32dca37304
1 changed files with 0 additions and 17 deletions
  1. 0 17
      .github/workflows/clang-format.yml

+ 0 - 17
.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