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

Bump macOS GHA builds to macos-15, default to ARM64. #389

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

StarWitch
Copy link
Member

GHA macOS runners are now ARM64-default, and this required a few changes to make it work.

We're almost at the release of the M4 processor, which means the Mac platform is now ~4 years into the move to ARM64, which means we need to start assuming this as the default.

I also adjusted the standard CI test to represent aarch64 as the default.

Releases have also been tested: link

@StarWitch StarWitch changed the title Bump macOS builds to 15.x, default to ARM64. Bump macOS GHA builds to macos-15, default to ARM64. Oct 14, 2024
Copy link
Member

@Akaricchi Akaricchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm % comments

PYTHON_VERSION: '3.11.8'
PYTHON_VERSION: '3.11'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's up with this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The images we use currently provide the latest 3.11.x dot-releases, which is something like 3.11.10.

Basically, by specifying 3.11.8, what would happen is that later revisions of 3.11.x would be uninstalled, at this older dot-release was being installed. It would uninstall 3.11.10 and install 3.11.8, which seemed really silly.

tl;dr: This speeds up the build process by about 10-15 seconds.

misc/ci/macos-aarch64-build-test-ci.ini Outdated Show resolved Hide resolved
GHA macOS runners are now ARM64-default, and this required a few changes to
make it work.

We're almost at the release of the M4 processor, which means the Mac
platform is now ~4 years into the move to ARM64, which means we need to
start assuming this as the default.
@StarWitch StarWitch merged commit 90cb129 into taisei-project:master Oct 14, 2024
5 checks passed
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