Skip to content

Commit

Permalink
Remove GHC 9.0.2 and switch back to macos-latest (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac authored Oct 5, 2024
1 parent efab394 commit 52e0f55
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.5, 9.8.2, 9.10.1]
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: [9.2.8, 9.4.8, 9.6.5, 9.8.2, 9.10.1]
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 52e0f55

Please sign in to comment.