From a5f2b6f4ecc8303064bbfcee148435261937acd0 Mon Sep 17 00:00:00 2001 From: John Carey Date: Thu, 16 May 2024 15:46:50 -0700 Subject: [PATCH] Fix bug in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e659348..6bab750 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: - 962 - 981 exclude: - - compiler: ghc902 - os: macos-latest + - os: macos-latest + ghc: 902 runs-on: ${{ matrix.os }} steps: