mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
cirrus builds: use ghc 9.12.
This commit is contained in:
+4
-4
@@ -7,9 +7,9 @@ task:
|
||||
image: ghcr.io/cirruslabs/macos-monterey-base:latest
|
||||
brew_script:
|
||||
- brew update
|
||||
- brew install ghc@9.8 cabal-install
|
||||
- brew install ghc@9.12 cabal-install
|
||||
env:
|
||||
PATH: /opt/homebrew/opt/ghc@9.8/bin:${PATH}
|
||||
PATH: /opt/homebrew/opt/ghc@9.12/bin:${PATH}
|
||||
cabal_store_cache:
|
||||
folder: ~/.cabal/store
|
||||
fingerprint_key: macos_2023_03_12
|
||||
@@ -29,7 +29,7 @@ task:
|
||||
trigger_type: manual
|
||||
timeout_in: 90m
|
||||
arm_container:
|
||||
image: quay.io/benz0li/ghc-musl:9.8
|
||||
image: quay.io/benz0li/ghc-musl:9.12
|
||||
cpu: 4
|
||||
memory: 12G
|
||||
env:
|
||||
@@ -55,7 +55,7 @@ task:
|
||||
trigger_type: manual
|
||||
timeout_in: 90m
|
||||
container:
|
||||
image: quay.io/benz0li/ghc-musl:9.8
|
||||
image: quay.io/benz0li/ghc-musl:9.12
|
||||
cpu: 4
|
||||
memory: 12G
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user