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>
brandtbucher
left a comment
There was a problem hiding this comment.
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-arminstead ofwindows-latest.This means we can test ARM64 for both upstream and forks, and simplify the CI config.