Skip to content

Commit

Permalink
Remove windows from CI
Browse files Browse the repository at this point in the history
+ Don't want to spend effor fixing windows caching
  • Loading branch information
rasheedja committed Nov 24, 2023
1 parent 4aec1cd commit 0453866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
ghc-version: ['9.6', '9.4', '9.2', '9.0']

steps:
Expand Down

0 comments on commit 0453866

Please sign in to comment.