From 1b643eb3e9090fbf8128691c686d308d86b8e438 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 30 Sep 2024 14:18:49 -1000 Subject: [PATCH] ;ci: mac: cleanup --- .github/workflows/binaries-mac-arm64.yml | 1 - .github/workflows/binaries-mac-x64.yml | 1 - .github/workflows/ci.yml | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binaries-mac-arm64.yml b/.github/workflows/binaries-mac-arm64.yml index b3992cdb4..b43b2c1a8 100644 --- a/.github/workflows/binaries-mac-arm64.yml +++ b/.github/workflows/binaries-mac-arm64.yml @@ -12,7 +12,6 @@ jobs: # arm64 runs-on: macos-14 env: - ghc: 98 stack: stack steps: diff --git a/.github/workflows/binaries-mac-x64.yml b/.github/workflows/binaries-mac-x64.yml index baa15157c..c37b7f42c 100644 --- a/.github/workflows/binaries-mac-x64.yml +++ b/.github/workflows/binaries-mac-x64.yml @@ -12,7 +12,6 @@ jobs: # x64 runs-on: macos-13 env: - ghc: 98 stack: stack steps: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac5f8741a..8f87d5384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,8 @@ jobs: # Keep these synced with the latest ghc version at https://github.com/actions/runner-images/blob/ubuntu22/20240514.2/images/ubuntu/Ubuntu2404-Readme.md#haskell-tools # # caching id for this ghc's build artifacts: - ghc: 982 + # XXX ideally should match the default ghc in stack.yaml, though it's not critical + ghc: 910 # stack config for this ghc: stack: stack --system-ghc