Skip to content

Commit

Permalink
GH CI: do not on MacOS since it's broken. Replug me later.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 25, 2024
1 parent 4dde2e6 commit 6116aa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
sys:
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
- { os: ubuntu-latest, shell: bash }
include:
# 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.12"
ghc: "9.6"
sys:
os: macos-latest
shell: bash
# - cabal: "3.12"
# ghc: "9.6"
# sys:
# os: macos-latest
# shell: bash

defaults:
run:
Expand Down

0 comments on commit 6116aa2

Please sign in to comment.