-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open3d-devel support for macOS arm64 Apple Silicon, please #6336
Comments
Hi @crosswick this depends on the availability of macOS Apple Silicon machines in Github as CI runners. They aren't available yet, but they are on the Github roadmap. |
Github actions has M1 runners now, but they aren't free: actions/runner-images#8439 (comment)
@ssheorey is open3d using paid runners currently? |
No, free runners for open source projects. |
Might I make a suggestion? Feel free to use FlyCI's more powerful M2 runners. Our runners are on average 2x faster and 2x cheaper than GitHub's AND we have a free tier for OSS projects (see below). Just install the FlyCI GitHub app and update the runs-on flag: jobs:
ci:
- runs-on: macos-latest
+ runs-on: flyci-macos-large-latest-m2
steps:
- name: 👀 Checkout repo
uses: actions/checkout@v4 If your repo is public, then FlyCI offers 500 mins/month of free M1 runner usage with the |
Checklist
master
branch).Proposed new feature or change
self-explanatory, please see issue title
References
#6334 (comment)
Additional information
No response
The text was updated successfully, but these errors were encountered: