From a0a04f0c1e2891cb0d229f99410dd379e71c466c Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Tue, 14 Jan 2025 16:49:45 +0000 Subject: [PATCH] Enable macos CI again --- .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 b7a3d132..fdc57e72 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10'] - os: ['ubuntu-latest'] + os: ['ubuntu-latest', 'macos-13'] # https://github.com/haskell-actions/setup/issues/77 runs-on: ${{ matrix.os }} name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}