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

Use GHA M1 runners for macOS builds #117

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Use GHA M1 runners for macOS builds #117

merged 2 commits into from
Jan 31, 2024

Conversation

nightlark
Copy link
Owner

@nightlark nightlark commented Jan 31, 2024

This should make the macOS builds finish a bit faster, and enable running tests on the arm64 wheel.

pipx is not included with the new macOS images, and some things aren't quite working with the install path for pipx installed tools not being added to the PATH -- the easiest workaround was adding a step to install ninja using brew. There may be a pair of unneeded cmake and ninja versions installed, but the system installed copies work just as well. Migrating to scikit-build-core eventually (#104) should make the cibuildwheel before-all section unnecessary and at least partially clean things up...

@nightlark nightlark added the enhancement New feature or request label Jan 31, 2024
@nightlark nightlark force-pushed the gha-m1-runners branch 6 times, most recently from b14c14d to a8927c3 Compare January 31, 2024 19:57
@nightlark nightlark changed the title Use GHA M1 runners for ARM64 macOS builds Use GHA M1 runners for macOS builds Jan 31, 2024
@nightlark nightlark merged commit d7bd8e3 into main Jan 31, 2024
15 checks passed
@nightlark nightlark deleted the gha-m1-runners branch January 31, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant