Skip to content

Commit 1891d4b

Browse files
committed
Exclude macos/GHC8.8.4 build
1 parent 376de86 commit 1891d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
exclude:
6565
- os: windows-latest
6666
ghc: "8.8.4"
67+
- os: macos-latest
68+
ghc: "8.8.4"
6769
outputs:
6870
cabal-test-suites-json: ${{ steps.cabal-test-suites.outputs.targets-json }}
6971
steps:

0 commit comments

Comments
 (0)