Skip to content

Commit

Permalink
Fix macOS jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 4, 2024
1 parent 866e17e commit 02a4547
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
fail-fast: true
matrix:
os: [windows-latest, macOS-latest]
ghc: ['8.2', '8.4', '9.2', 'latest']
ghc: ['9.2', 'latest']
include:
- os: windows-latest
ghc: '8.2'
- os: windows-latest
ghc: '8.4'
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
Expand Down

0 comments on commit 02a4547

Please sign in to comment.