diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 458ebc5..c34f0f0 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -33,7 +33,7 @@ jobs: exclude: # Binary distributions for older GHCs don't exist on macOS-latest - runner: macOS-latest - ghc: "8.4.4" + stack: {ghc: "8.4.4"} fail-fast: false