Skip to content

Commit a977f71

Browse files
committed
Disable win 8.6.4 job
1 parent 5685afb commit a977f71

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/mergify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pull_request_rules:
3232
- status-success=test (windows-latest, 8.6.5, true)
3333
- status-success=test (windows-latest, 8.10.2.2)
3434
- status-success=test (windows-latest, 8.10.1)
35-
- status-success=test (windows-latest, 8.6.4)
35+
# - status-success=test (windows-latest, 8.6.4)
3636

3737
- 'status-success=ci/circleci: ghc-8.10.3'
3838
- 'status-success=ci/circleci: ghc-8.10.2'

Diff for: .github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
ghc: '8.10.2.2'
4141
- os: windows-latest
4242
ghc: '8.10.1'
43-
- os: windows-latest
44-
ghc: '8.6.4'
43+
# This build get stuck frequently
44+
# - os: windows-latest
45+
# ghc: '8.6.4'
4546

4647
steps:
4748
# Cancel queued workflows from earlier commits in this branch

0 commit comments

Comments
 (0)