-
Notifications
You must be signed in to change notification settings - Fork 69
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
build and test on arm64 mac #219
Conversation
Might fix #218 if build and test work on arm64 |
Could you try this in your own fork first? I don't think this is correct and GitHub also hasn't released free arm64 Mac agents yet. |
Au conratire! Just last week: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ Has to be As for the rest, seems overly complex indeed... Why not use a matrix instead of duplicating all this stuff? |
You're right, I totally missed that. That's great!
I wasn't able to express all the different cases with a matrix and it seemed that listing every config was more straight forward to manage. |
Passing build and test here now: https://github.com/jakevc/rawpy/actions/runs/7879645476 |
All checks have passed for this |
Thanks! :) |
please release this version to PyPi when you get the chance |
Adds build and test CI for arm64 Mac