Replies: 1 comment 1 reply
-
That would be sufficient? Are the macos-14 and later build machines ARM machines? Personally I suspect that the majority of macos users may already be on apple silicon. However, the point of nightlies is not to provide people with efficient pandoc binaries. We don't really want to encourage people to run non-released versions. The purpose is to allow people to test, mainly, or to workaround bugs that have been fixed that affect their workflows. A slightly slower executable is okay for these purposes. And if we compile for apple silicon, and intel mac users can't use the nightly, that interferes with these purposes. |
Beta Was this translation helpful? Give feedback.
-
Currently, the pandoc nightlies are built for older Intel machines, and while Apple Silicon machines can run Intel code via emulation, there are problems like using Lua packages in filters. To switch to Apple Silicon, the following line needs to change from
macos-13
tomacos-14
ormacos-latest
:https://github.com/jgm/pandoc/blob/main/.github/workflows/nightly.yml#L72
https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories
Does anyone have a preference for which system to build for?
Beta Was this translation helpful? Give feedback.
All reactions