Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Aug 22, 2024
1 parent 64d4006 commit 0a101fd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
stack: "latest"
resolver:
- lts-14 # 8.6.5
- lts-16 # 8.8.4
- lts-18 # 8.10.7
- lts-19 # 9.0.2
- lts-14 # 8.6.5
- lts-16 # 8.8.4
- lts-18 # 8.10.7
- lts-19 # 9.0.2
exclude:
# GHC bug on this version causes the build to fail ("Access violation in generated code when writing 0x0")
- os: windows-latest
Expand All @@ -87,7 +86,7 @@ jobs:
with:
enable-stack: true
stack-no-global: true
stack-version: ${{ matrix.stack }}
stack-version: "latest"

- name: Run stack setup
shell: bash
Expand Down

0 comments on commit 0a101fd

Please sign in to comment.