Skip to content

Commit

Permalink
Allow overriding cargo dist's default runner
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN committed Apr 23, 2024
1 parent e58d283 commit f400280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ installers = []
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"

# 'cargo dist' currently defaults to ubuntu-20.04, we want to run on a newer release
[workspace.metadata.dist.github-custom-runners]
x86_64-unknown-linux-gnu = "ubuntu-22.04"

0 comments on commit f400280

Please sign in to comment.