pandoc-action-example icon indicating copy to clipboard operation
pandoc-action-example copied to clipboard

Error when using `macos-14`

Open mxngls opened this issue 1 year ago • 0 comments

When setting runs-on to macos-14 the build fails with the following error message:

Screenshot 2024-02-12 at 9 57 46 PM

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.

mxngls avatar Feb 12 '24 13:02 mxngls