mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Fix release-candidate build for macos.
Use ghc 9.4 and cabal 3.10.
This commit is contained in:
@@ -74,6 +74,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install ghc and cabal
|
||||
run: |
|
||||
ghcup install ghc --set 9.4
|
||||
ghcup install cabal --set 3.10
|
||||
|
||||
- name: Create release
|
||||
run: |
|
||||
sh macos/make_macos_release.sh
|
||||
|
||||
Reference in New Issue
Block a user