Skip to content

Commit

Permalink
Merge pull request #423 from IntersectMBO/newhoggy/limit-macOS-jobs
Browse files Browse the repository at this point in the history
Limit mac os jobs
  • Loading branch information
newhoggy committed Apr 10, 2024
2 parents 52d9a38 + 9962361 commit 92068ee
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 @@ -25,7 +25,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 92068ee

Please sign in to comment.