mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 20:36:07 +03:00
;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
|
||||
runs-on: macos-14
|
||||
env:
|
||||
ghc: 98
|
||||
stack: stack
|
||||
steps:
|
||||
|
||||
|
1
.github/workflows/binaries-mac-x64.yml
vendored
1
.github/workflows/binaries-mac-x64.yml
vendored
@ -12,7 +12,6 @@ jobs:
|
||||
# x64
|
||||
runs-on: macos-13
|
||||
env:
|
||||
ghc: 98
|
||||
stack: stack
|
||||
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
|
||||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user