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

feature request: add support of arm64 architecture on macOS #296

Closed
0xWOF opened this issue Nov 8, 2023 · 5 comments
Closed

feature request: add support of arm64 architecture on macOS #296

0xWOF opened this issue Nov 8, 2023 · 5 comments

Comments

@0xWOF
Copy link

0xWOF commented Nov 8, 2023

closure-compiler-npm currently only support amd64 architecture on macOS.
Of course arm64 machine can use closure-compiler-npm through rosetta2.
But it would be great if closure-compiler-npm can directly support arm64 architecture on macOS.

@ChadKillingsworth
Copy link
Collaborator

This won't be possible until GitHub supports MacOS runners with an arm64 architecture or Graal supports cross-compilation.

See oracle/graal#407

@ChadKillingsworth
Copy link
Collaborator

Duplicate of #291

@ChadKillingsworth ChadKillingsworth marked this as a duplicate of #291 Jan 2, 2024
@0xWOF
Copy link
Author

0xWOF commented Jan 3, 2024

@ChadKillingsworth FYI: GitHub supports macOS runner with arm64 architecture for paid user (not for free user)

@ChadKillingsworth
Copy link
Collaborator

Paid runners aren't an option for this repo.

@0xWOF
Copy link
Author

0xWOF commented Feb 1, 2024

Hello, @ChadKillingsworth, GitHub start to support macOS runner with arm64 architecture for open source project. It can be used with runs-on: macos-14.

  • Warning: macos-12, macos-13 is amd64 architecture and macos-14 is arm64 architecture. GitHub seems stop support amd64 architecture from macos-14.

Link: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

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

2 participants