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

feat: build macOS arm64 packages #214

Merged
merged 1 commit into from May 17, 2023
Merged

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Dec 11, 2022

Towards actions/setup-python#547

This will allow to upload releases for macOS arm64 runners (self-hosted are already supported).
Given python installers >= 3.11 are using universal2 pkg installer, the same installer can be run on arm64, it's a matter of changing the destination in the tool cache.

The universal2 installer can be used on arm64 for python 3.8, 3.9 & 3.10 but the tests would need to be updated in this case.

EDIT: Tests have been updated to allow building 3.8, 3.9 & 3.10

@mayeut mayeut requested a review from a team December 11, 2022 16:10
@mayeut

This comment was marked as outdated.

@mayeut
Copy link
Contributor Author

mayeut commented Dec 31, 2022

Tests have been updated to allow building 3.8, 3.9 & 3.10 versions also.
Workflow runs can be seen there: https://github.com/mayeut/python-versions/actions/workflows/build-python-packages.yml

@dmitry-shibanov dmitry-shibanov merged commit 6d04944 into actions:main May 17, 2023
18 checks passed
@mayeut mayeut deleted the macos-arm64 branch May 18, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants