Skip to content

Commit 5232a90

Browse files
committed
Exclude ghc 8.10.5 for MacOS CI
1 parent 874d1e5 commit 5232a90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
# This build get stuck frequently
6565
# - os: windows-latest
6666
# ghc: '8.6.4'
67+
exclude:
68+
# Not able to build 'network' package
69+
# See https://gitlab.haskell.org/ghc/ghc/-/issues/19968
70+
- os: macOS-latest
71+
ghc: '8.10.5'
6772

6873
steps:
6974
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}

0 commit comments

Comments
 (0)