diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64669e5..03833db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,11 @@ jobs: - '9.4' - '9.6' - '9.8' + exclude: + - os: macOS-latest + ghc: '8.10' + - os: macOS-latest + ghc: '9.0' steps: - name: Checkout uses: actions/checkout@v4