Skip to content

Commit

Permalink
more simple
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 13, 2024
1 parent 4807215 commit 1c2aa8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]
ghc: ['8.10','9.0','9.2','9.4.8','9.6.5','9.8.2']
# Older GHCs need LLVM on macos-latest (ARM)
ghc: ['9.2','9.4.8','9.6.5','9.8.2']
fail-fast: false
timeout-minutes:
60
Expand Down

0 comments on commit 1c2aa8c

Please sign in to comment.