Skip to content

Commit

Permalink
CI: Limit to a single Haskell job on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Apr 9, 2024
1 parent 03de67a commit 9962361
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
sys:
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
- { os: ubuntu-latest, shell: bash }
- { os: macos-latest, shell: bash}
include:
# Using include, to make sure there will only be one macOS job, even if the matrix gets expanded later on.
# We want a single job, because macOS runners are scarce.
- cabal: "3.10.2.0"
ghc: "9.6.4"
sys:
os: macos-latest
shell: bash

defaults:
run:
Expand Down

0 comments on commit 9962361

Please sign in to comment.