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

Port CircleCI macOS x64 Intel builds to M1 runner + Rosetta before October #1598

Open
borkdude opened this issue Aug 8, 2023 · 1 comment

Comments

@borkdude
Copy link
Collaborator

borkdude commented Aug 8, 2023

CircleCI will deprecate support for Mac Intel but we still need to provide Intel binaries. This can simply be done through Rosetta, so the build script itself likely won't change much.

See https://discuss.circleci.com/t/macos-intel-support-deprecation-in-january-2024/48718

@borkdude borkdude changed the title Port macOS x64 Intel builds to M1 runner + Rosetta Port CircleCI macOS x64 Intel builds to M1 runner + Rosetta Aug 8, 2023
@borkdude borkdude changed the title Port CircleCI macOS x64 Intel builds to M1 runner + Rosetta Port CircleCI macOS x64 Intel builds to M1 runner + Rosetta before October Aug 8, 2023
@borkdude
Copy link
Collaborator Author

borkdude commented Sep 3, 2023

Upgrading the resource class for mac x64 to macos.x86.medium.gen2 is sufficient until Januari 2024.
After that we'll have to upgrade to a m1 resource class and use Rosetta to build for x64 mac.

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

No branches or pull requests

1 participant