pandoc-action-example
pandoc-action-example copied to clipboard
Error when using `macos-14`
When setting runs-on to macos-14 the build fails with the following error message:
I am not exactly sure what causes this issue but I suspect the INSTALLER_SUFFIX to be the culprit. As shown in the screenshot the specified suffix evaluates to macOS.pkg not the exact value of arm64-macOS.pkg as specified here. Note that when setting runs-on to ubuntu-latest the INSTALLER_SUFFIX evaluates to 1-amd64.deb.
A fix would be greatly appreciated.