From 51bbb6bfe5f4b8b7c67c10383eecac77f5e905f6 Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Sat, 4 May 2024 17:28:58 -0300 Subject: [PATCH] Enable macos back --- .github/workflows/haskell.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 7bac79a..9542fd9 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,10 +19,7 @@ jobs: matrix: os: - ubuntu - # There is some linking problems when using the cache so builds are very slow - # so we avoid them on the regular CI (since linux and macos are pretty similar - # already) - # - macOS + - macOS - windows snapshot: - 'lts-12.11'