-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Try the new GitHub Arm runners #1614
base: master
Are you sure you want to change the base?
Conversation
Seems like there are no runners available. 😝 |
.github/workflows/ci.yml
Outdated
@@ -19,7 +19,7 @@ env: | |||
|
|||
jobs: | |||
test: | |||
runs-on: ubuntu-latest | |||
runs-on: ubuntu-latest-arm64 |
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.
Saw your post on Mastodon. I think you might have to drop the 64. Just arm. It's cleaner. (Jokes aside this should be a lint / warn)
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.
🫡 you're a nice person, thanks!
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.
Oh, and I understood your reference. Quite funny. 😆
Getting a nice backtrace. 🤣
|
rust-lang/rust#135867 – very interesting! |
In case it helps, after reading the comments seems like Ubuntu 22.04 doesn't have this issue. I've been running my Rust project's CI on this OS version without any issues |
Cool, let's try! |
weird |
Almost sounds like I forgot to enable a feature flag... |
No description provided.