From 43c93eb37661762034d042910565c925234f83a6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 May 2024 21:24:04 -1000 Subject: [PATCH] ;ci: binaries-mac-x64: bump from ghc 9.4 to 9.8 --- .github/workflows/binaries-mac-x64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries-mac-x64.yml b/.github/workflows/binaries-mac-x64.yml index 925eaef3f..466e99342 100644 --- a/.github/workflows/binaries-mac-x64.yml +++ b/.github/workflows/binaries-mac-x64.yml @@ -12,8 +12,8 @@ jobs: # x64 runs-on: macos-13 env: - ghc: 944 - stack: stack --stack-yaml=stack9.4.yaml + ghc: 98 + stack: stack steps: - name: Show platform info