-
Notifications
You must be signed in to change notification settings - Fork 82
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
GitHub test.yml: add ubuntu-24.04-arm to matrix #221
base: master
Are you sure you want to change the base?
GitHub test.yml: add ubuntu-24.04-arm to matrix #221
Conversation
Neat! Looks like someone at GitHub made a typo in |
Is there an open issue upstream for this? |
Yeah, there's a couple with the same problem across multiple different actions. Probably the correct one to upvote: actions/partner-runner-images#27 |
Issue #222 is how I discovered the problem. |
The CI failure for this issue is currently:
|
I added a second commit with the suggested workaround from the upstream issue: |
There's no need to add a workaround. GitHub needs to update the image. |
Well, it would be nice to verify that the job runs to completion with the workaround. Then we can remove it before merging. I marked the PR as draft for now... |
7e7bccb
to
265a04a
Compare
@sandydoo Upstream is fixed. I removed the workaround and force-pushed. I also marked as ready-for-review. 🤞 |
GitHub has enabled arm64 runners for Open Source projects:
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
This is a naive attempt to turn it on for this project.