From d6646ddbdf3202a247e1e17345ea74cf28d5ee9a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Apr 2024 00:45:03 -1000 Subject: [PATCH] ci: binaries-mac-arm64: this has been building x64, fix it --- .github/workflows/binaries-mac-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries-mac-arm64.yml b/.github/workflows/binaries-mac-arm64.yml index cb6c591ca..9158bc1bd 100644 --- a/.github/workflows/binaries-mac-arm64.yml +++ b/.github/workflows/binaries-mac-arm64.yml @@ -10,7 +10,7 @@ on: jobs: build: # arm64 - runs-on: macos-latest + runs-on: macos-14 env: ghc: 98 stack: stack