mirror of
https://github.com/ilyakooo0/reflex-vty.git
synced 2024-11-22 02:33:55 +03:00
Revert "ci: disable macos github workflow"
This reverts commit 93033d2828
.
This commit is contained in:
parent
93033d2828
commit
4c24a1160f
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user