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.
This commit is contained in:
Clayton Groeneveld 2020-08-30 04:39:30 -05:00
parent 288a84dc95
commit 8fab74d234

View file

@ -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