-
Notifications
You must be signed in to change notification settings - Fork 83
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
Need to update from ubuntu-20.04 runner images #1760
Comments
Given that the brownout periods are less than 3 weeks away, yeah, we should definitely push an update using a newer version. We try to use the oldest version that's still supported for a reasonable period of time, so it may be In the meantime, I'd recommend switching back to the latest stable dist (<1.0), and then you can switch to ubuntu-22.04 via the Related issue: #1613 |
Would it be possible to change the global, non-building steps to |
Also interested in this. Is there an explanation to what must be temporarily changed while waiting for the dist upgrade? I’ve just had my CI fail today due to this. In particular what custom runners should I set in my [dist.github-custom-runners]
aarch64-apple-darwin = ?
aarch64-unknown-linux-gnu = ?
aarch64-pc-windows-msvc = ?
x86_64-apple-darwin = ?
x86_64-unknown-linux-musl = ?
x86_64-pc-windows-msvc = ? And are these customization enough, or do I need to manually change things somewhere else? |
Work around the brownout and eventual removal of ubuntu runner image `20.04` until the next upgrade of `dist`. See also: - actions/runner-images#11101 - axodotdev/cargo-dist#1760
I just got this email from GitHub:
I updated cargo-dist:
and re-run `cargo dist init``
It refreshed dist-workspace.toml, main.waxs and release.yml
But I see that release.yml still uses
runs-on: "ubuntu-20.04"
So, I think a new release is needed that updates that to use "ubuntu-24.04", or equivalent as per the GH email.
The text was updated successfully, but these errors were encountered: