;ci: mac: cleanup
This commit is contained in:
parent
fd930ff567
commit
1b643eb3e9
1
.github/workflows/binaries-mac-arm64.yml
vendored
1
.github/workflows/binaries-mac-arm64.yml
vendored
@ -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:
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/binaries-mac-x64.yml
vendored
1
.github/workflows/binaries-mac-x64.yml
vendored
@ -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:
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user