Skip to content

Commit 71b2abd

Browse files
committed
ci: macos build failures
1 parent ffbe973 commit 71b2abd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
10+
ghc: ['8.6', '8.10', '9.10', '9.12']
1111
os: ['ubuntu-latest', 'macos-latest']
12+
exclude:
13+
- os: 'macos-latest'
14+
ghc: '8.6'
15+
- os: 'macos-latest'
16+
ghc: '8.10'
1217
runs-on: ${{ matrix.os }}
1318

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

0 commit comments

Comments
 (0)