diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index c1162e1..458ebc5 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -30,6 +30,11 @@ jobs: - resolver: lts-12.26 ghc: "8.4.4" + exclude: + # Binary distributions for older GHCs don't exist on macOS-latest + - runner: macOS-latest + ghc: "8.4.4" + fail-fast: false runs-on: ${{ matrix.runner }}