Skip to content
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

Closed
3 tasks done
crosswick opened this issue Aug 30, 2023 · 4 comments · Fixed by #6695
Closed
3 tasks done

Open3d-devel support for macOS arm64 Apple Silicon, please #6336

crosswick opened this issue Aug 30, 2023 · 4 comments · Fixed by #6695

Comments

@crosswick
Copy link

Checklist

Proposed new feature or change

self-explanatory, please see issue title

References

#6334 (comment)

Additional information

No response

@ssheorey
Copy link
Member

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.

@sitic
Copy link
Contributor

sitic commented Dec 8, 2023

Github actions has M1 runners now, but they aren't free:

actions/runner-images#8439 (comment)

Will M1 runners be available for free for public projects? I just tried to use it and got:

The job was not started because recent account payments have failed or your spending limit needs to be increased. Please check the 'Billing & plans' section in your settings.

This will happen but the date is TBD. GitHub is responsible for the provisioning of all Mac hardware in Azure data centers. Our team is ramping up capacity in preparation for GA in Jan-Mar 2024 timeframe. Once we reach the GA milestone, we will start working on additional plans to support open source, along with new macOS runners.

@ssheorey is open3d using paid runners currently?

@ssheorey
Copy link
Member

ssheorey commented Dec 8, 2023

No, free runners for open source projects.

@kgantchev
Copy link

kgantchev commented Jan 15, 2024

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 flyci-macos-large-latest-m2 runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants