Skip to content

Commit b15a8fe

Browse files
committed
Use GHC 8.10.5 for Windows build, because of issues with TH and simdutf
1 parent 4b3fdd4 commit b15a8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_and_macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: ['windows-latest', 'macOS-latest']
16-
ghc: ['9.0']
16+
ghc: ['8.10.5']
1717
fail-fast: false
1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)