From 00cffb7c794f026411436e06ded76fd70314812d Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Wed, 18 Nov 2020 21:31:01 -0500 Subject: [PATCH] ci: wish i had a compiler for github actions --- .github/workflows/haskell.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index f540502..5d1e70d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -8,12 +8,12 @@ jobs: matrix: ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.2'] os: ['ubuntu-latest', 'macos-latest'] - exclude: - # There are some linker warnings in 802 on darwin that - # cause compilation to fail - # See https://github.com/NixOS/nixpkgs/issues/25139 - - ghc: '8.0.2' - os: 'macos-latest' + exclude: + # There are some linker warnings in 802 on darwin that + # cause compilation to fail + # See https://github.com/NixOS/nixpkgs/issues/25139 + - ghc: '8.0.2' + os: 'macos-latest' runs-on: ${{ matrix.os }} name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}