Skip to content

Commit

Permalink
Use GHC 8.10.5 for Windows build, because of issues with TH and simdutf
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Aug 30, 2021
1 parent 6d676f4 commit 628c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_and_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: ['windows-latest', 'macOS-latest']
ghc: ['9.0']
ghc: ['8.10.5']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 628c2b5

Please sign in to comment.