From 1d12972c8a5a2a8e902ddc6015774d42d65e93a8 Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Wed, 24 Apr 2024 23:58:32 -0300 Subject: [PATCH] Remove older ghc for macos Now github actions only supports m1 builds (https://github.com/actions/runner-images/issues/9255) and older versions of ghc are not compatible with that The problem is that the version of llvm is too new, we could try to install an older version of llvm --- .github/workflows/macOS.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 429bfce..cbdc2bf 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -22,13 +22,10 @@ jobs: - macOS # - windows snapshot: - - 'lts-12.11' - - 'lts-14.18' - - 'lts-16.12' - - 'lts-18.28' - - 'lts-19.11' + - 'lts-19.33' - 'lts-20.26' - - 'lts-21.6' + - 'lts-21.25' + - 'lts-22.18' - 'nightly' steps: