ci: disable macos github workflow

This commit is contained in:
Ali Abrar 2021-10-05 15:17:48 -04:00
parent 15d317203a
commit 93033d2828

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2']
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest'] #, 'macos-latest']
runs-on: ${{ matrix.os }}
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}