From 8bfa1750432bfdca51ee987aa2d6e856b5ab2423 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Thu, 11 Jan 2024 22:56:40 -0500 Subject: [PATCH] Update haskell.yml --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 42f2b2a..0128189 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: ghc: ['8.6.5', '8.10.7', '9.6.1'] - os: ['ubuntu-latest', 'macos-latest'] + os: ['ubuntu-latest'] # , 'macos-latest'] runs-on: ${{ matrix.os }} name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}