Skip to content

feat: build macOS arm64 packages#214

Merged
dmitry-shibanov merged 1 commit intoactions:mainfrom
mayeut:macos-arm64
May 17, 2023
Merged

feat: build macOS arm64 packages#214
dmitry-shibanov merged 1 commit intoactions:mainfrom
mayeut:macos-arm64

Conversation

@mayeut
Copy link
Copy Markdown
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
Copy Markdown
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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants