dqrobotics / python

The DQ Robotics library in Python
https://dqrobotics.github.io
GNU Lesser General Public License v3.0
26 stars 9 forks source link

[ENHANCEMENT] GIthub hosted apple silicon runners #52

Closed mmmarinho closed 2 months ago

mmmarinho commented 1 year ago

The current GitHub Actions workflow is using a self-hosted M1 runner to build the Python package for that enviroment. There seems to be no currently available methods to use the github-hosted Apple silicon machines free for open-source packages.

However, with the recent release of the so-called large Apple silicon machines (not free), we can see a glimpse of hope for github-hosted Apple silicon runners.

This issue is to keep track of this enhancement proposal and, in due time, replace the self-hosted machine by the github-hosted one.

https://github.com/actions/runner-images/issues/8439 https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/

mmmarinho commented 2 months ago

Solved in 363627c. See #58.