Revert "ci: disable macos github workflow"

This reverts commit 93033d2828.
This commit is contained in:
Ali Abrar 2021-10-05 15:19:22 -04:00
parent 93033d2828
commit 4c24a1160f

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