Skip to content

Commit

Permalink
Remove GHC 9.0.2 and switch back to macos-latest (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac authored Oct 5, 2024
1 parent 732c604 commit 9bbb7af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/presubmit-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
strategy:
fail-fast: false # don't cancel other jobs if one fails
matrix:
# 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: [9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1]
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: [9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1]
defaults:
run:
# The default shell on Windows is `pwsh`. However, it doesn't expand
Expand Down

0 comments on commit 9bbb7af

Please sign in to comment.