Skip to content

Commit d754e85

Browse files
committed
Disable the Windows 8.6.4 test
1 parent 2396c9a commit d754e85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- os: windows-latest
2121
ghc: "8.8.2" # fails due to error with Cabal
2222
include:
23+
- os: windows-latest
24+
ghc: "8.6.4" # times out after 300m
2325
- os: windows-latest
2426
ghc: "8.10.2.2" # only available for windows and choco
2527
# one ghc-lib build

0 commit comments

Comments
 (0)