CadQuery / ocp-build-system

A system to build Python wheel PyPI packages for OCP.
Apache License 2.0
6 stars 8 forks source link

Workflow for MacOS arm64 build with new GH runners #21

Closed jdegenstein closed 5 months ago

jdegenstein commented 5 months ago

Not perfect, but everything works. As I mentioned on the issue the main issue was that conda seems to default to osx-64 rather than osx-arm64. Known issues are: there are some spurious and seemingly unnecessary steps in the action file, and also the artifact generated at the end has an incorrect filename.

Also, the matrix version of python is not setup very well in this PR.

jmwright commented 5 months ago

Thanks for doing this @jdegenstein