Skip to content

Commit b830138

Browse files
committed
Set ubuntu-22.04 runner in cargo-dist config
1 parent 147006f commit b830138

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ cargo-dist-version = "0.22.1"
1717
ci = "github"
1818
# The installers to generate for each app
1919
installers = []
20-
# Target platforms to build apps for (Rust target-triple syntax)
21-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
2220
# Which actions to run on pull requests
2321
pr-run-mode = "plan"
22+
# Target platforms to build apps for (Rust target-triple syntax)
23+
targets = [
24+
"aarch64-apple-darwin",
25+
"x86_64-apple-darwin",
26+
"x86_64-unknown-linux-gnu",
27+
"x86_64-pc-windows-msvc",
28+
]
29+
[workspace.metadata.dist.github-custom-runners]
30+
global = "ubuntu-22.04"
31+
2432

2533
# Use release optimization of some of the performance sensitive crates even for debug builds.
2634
# This allows faster builds and debugging of our own code, while balancing performance.

0 commit comments

Comments
 (0)