-
Notifications
You must be signed in to change notification settings - Fork 14
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
First try macos-arm64 #137
Conversation
q-posev
commented
Dec 24, 2023
•
edited
Loading
edited
- Fixes MacOS ARM64 runners #132
@scemama i finally did it - here is the working CI using new macos@arm64 runners. I had to fix a bunch of things to make it work because these new runners use python 3.12 and turns out pip installation changed there (i did not have a chance to test python 3.12 until now). I also bumped the ubuntu runner to 22.04 given the fact that 20.04 will become obsolete. So now we can release Python wheels for macos@arm64. I have not yet modified the CI that builds and pushes the wheels because this PR should be go first. We can squash the commits. |
Very nice! |