Skip to content

Commit b1d3dce

Browse files
jneiraAilrun
andauthored
Disable window job for ghc-8.10.2 (#2154)
It fails to build with transient segfaults Co-authored-by: Junyoung "Clare" Jang <jjc9310@gmail.com>
1 parent 1cf1ae6 commit b1d3dce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
ghc: '8.10.4'
6868
- os: windows-latest
6969
ghc: '8.10.3'
70-
- os: windows-latest
71-
ghc: '8.10.2.2'
72-
# This build get stuck frequently
70+
# These builds get stuck frequently
71+
# - os: windows-latest
72+
# ghc: '8.10.2.2'
73+
7374
# - os: windows-latest
7475
# ghc: '8.6.4'
7576

0 commit comments

Comments
 (0)