-
Notifications
You must be signed in to change notification settings - Fork 756
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
CI: macOS M1 architecture #1645
Conversation
ebfba40
to
4719c81
Compare
This new job failed with:
Probably because this m1 runner is paid one. |
774027e
to
70d359a
Compare
It works on my account : https://github.com/junhochoi/quiche/actions/runs/6819661072/job/18547366616 And it's very fast!. Total time for macos-latest (Intel): 3m41s vs macos-latest-xlarge (m1): 1m14s (3x faster) I'll let the maintainers to take a look since this PR needs a paid feature. |
You can use macos-14 now. |
70d359a
to
d823f48
Compare
Thanks! I updated the PR to use macos-14. The build is green now. Perf (build time) looks great.
|
Add `macos-14` target for building on Apple Silicon (M1) macOS. See the following url for details: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
1fa7bf7
to
9fcaae6
Compare
rebased. |
Sorry for the delay, this merged now, thanks @junhochoi! |
Add
macos-latest-xlarge
target for building on Apple Sillicon macOS.