Skip to content

Commit

Permalink
ci: Comment out windows runner
Browse files Browse the repository at this point in the history
This has been breaking for a while, and since I have no idea about the
Windows ecosystem, comment it out for now. This will obviously have to
be fixed at some point.
  • Loading branch information
slotThe committed Jul 19, 2023
1 parent 2048f54 commit 41a41c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [ ubuntu-latest
, macos-latest
# , windows-latest
]
resolver:
[ lts-16 # GHC 8.8
, lts-18 # GHC 8.10
Expand Down

0 comments on commit 41a41c8

Please sign in to comment.