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 4, 2024
1 parent 87216cd commit cd6bf17
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 @@ -43,3 +43,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 cd6bf17

Please sign in to comment.