From 52e0f5549523da1458899b77e1618d8d4484b567 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 5 Oct 2024 07:53:09 -0700 Subject: [PATCH] Remove GHC 9.0.2 and switch back to macos-latest (#157) --- .github/workflows/presubmit-cabal.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/presubmit-cabal.yaml b/.github/workflows/presubmit-cabal.yaml index 55b6dd8..13b550f 100644 --- a/.github/workflows/presubmit-cabal.yaml +++ b/.github/workflows/presubmit-cabal.yaml @@ -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