From: Luke Lau Date: Fri, 20 Dec 2019 22:13:06 +0000 (+0000) Subject: Disable CI on macOS 8.4.4 X-Git-Tag: 0.10.0.0~2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=4c6cc8593438b195326ef99cc8d8d33030b1b4d6 Disable CI on macOS 8.4.4 --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 837bcbf..4b593b9 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -13,6 +13,9 @@ jobs: matrix: ghc: ['8.6.5', '8.4.4'] os: [ubuntu-latest, macOS-latest] + exclude: + - os: macOS-latest + ghc: '8.4.4' # fails due to ghc panic steps: - uses: actions/checkout@v1