Skip to content

Commit 8bfa175

Browse files
authored
Update haskell.yml
1 parent d6f4dc1 commit 8bfa175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
ghc: ['8.6.5', '8.10.7', '9.6.1']
10-
os: ['ubuntu-latest', 'macos-latest']
10+
os: ['ubuntu-latest'] # , 'macos-latest']
1111
runs-on: ${{ matrix.os }}
1212

1313
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)