Skip to content

Commit

Permalink
Downgrade macos runner, see haskell-actions/setup#77 (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Jun 22, 2024
1 parent 46eb8f7 commit b4d858d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/presubmit-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
strategy:
fail-fast: false # don't cancel other jobs if one fails
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# We use `macos-13` instead of `macos-latest` due to a bug in
# `haskell-actions/setup`.
# See https://github.com/haskell-actions/setup/issues/77.
os: [ubuntu-latest, macos-13, windows-latest]
ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.4, 9.8.1]
steps:
- name: Checkout code
Expand Down

0 comments on commit b4d858d

Please sign in to comment.