Skip to content
Snippets Groups Projects
Unverified Commit b1d3dce8 authored by Javier Neira's avatar Javier Neira Committed by GitHub
Browse files

Disable window job for ghc-8.10.2 (#2154)


It fails to build with transient segfaults

Co-authored-by: default avatarJunyoung "Clare" Jang <jjc9310@gmail.com>
parent 1cf1ae66
No related branches found
No related tags found
No related merge requests found
...@@ -67,9 +67,10 @@ jobs: ...@@ -67,9 +67,10 @@ jobs:
ghc: '8.10.4' ghc: '8.10.4'
- os: windows-latest - os: windows-latest
ghc: '8.10.3' ghc: '8.10.3'
- os: windows-latest # These builds get stuck frequently
ghc: '8.10.2.2' # - os: windows-latest
# This build get stuck frequently # ghc: '8.10.2.2'
# - os: windows-latest # - os: windows-latest
# ghc: '8.6.4' # ghc: '8.6.4'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment