-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Use Windows ARM64 hosted runners #132546
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
Use Windows ARM64 hosted runners #132546
Conversation
This new Time comparison:
This is similar to the other Windows jobs, which take around ~18m-24m. There are larger images available, but it's unclear if these are paid:
|
The current spend rate on ARM is astonishing. The performance penalty is unfortunate, but moving to the free runners is definitely the right move. |
Co-authored-by: Diego Russo <diego.russo@arm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JIT workflow looks good.
These are now in "public preview" for public repos:
https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/
To use them, we use
runs-on: windows-11-arm
instead ofwindows-latest
.This means we can test ARM64 for both upstream and forks, and simplify the CI config.