;ci: mac: cleanup

This commit is contained in:
Simon Michael 2024-09-30 14:18:49 -10:00
parent fd930ff567
commit 1b643eb3e9
3 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ jobs:
# arm64 # arm64
runs-on: macos-14 runs-on: macos-14
env: env:
ghc: 98
stack: stack stack: stack
steps: steps:

View File

@ -12,7 +12,6 @@ jobs:
# x64 # x64
runs-on: macos-13 runs-on: macos-13
env: env:
ghc: 98
stack: stack stack: stack
steps: steps:

View File

@ -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 # 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: # 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 config for this ghc:
stack: stack --system-ghc stack: stack --system-ghc