Remove windows-2019, set ubuntu-22.04 as default and fix installer URLs#12
Merged
wfchandler merged 3 commits intomainfrom Jun 16, 2025
Merged
Remove windows-2019, set ubuntu-22.04 as default and fix installer URLs#12wfchandler merged 3 commits intomainfrom
wfchandler merged 3 commits intomainfrom
Conversation
Increment to the next RC now that 1.0.0-rc.1 is cut.
7b2fb68 to
dd6f61d
Compare
ab5f7a7 to
f66aa09
Compare
The `windows-2019` GH runner will be removed at the end of this month, remove it as an option and set the default Windows x86_64 runner to `windows-2022`. Also move the default Linux runner down to `ubuntu-22.04` to minimize the churn in bundled dependencies.
f66aa09 to
fe9c110
Compare
With b1e8366 (feat: rename cargo-dist => dist, 2024-12-17) the package name for `cargo-dist` was renamed to `dist`. This causes the `cargo-dist-schema` package to generate release URLs with `dist-installer.sh`, and the like, but elsewhere we have hard-coded the URLs as `cargo-dist-installer.sh`. Fix the installer URLs to use the correct path.
fe9c110 to
858649e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
name for
cargo-distwas renamed todist. This causes thecargo-dist-schemapackage to generate release URLs withdist-installer.sh, and the like, but elsewhere we have hard-coded theURLs as
cargo-dist-installer.sh.windows-2019GH runner will be removed at the end of this month,remove it as an option and set the default Windows x86_64 runner to
windows-2022.