We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a45985 commit d6eb45aCopy full SHA for d6eb45a
dist-workspace.toml
@@ -16,3 +16,7 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
16
install-path = "CARGO_HOME"
17
# Whether to install an updater program
18
install-updater = false
19
+
20
+[dist.github-custom-runners]
21
+x86_64-unknown-linux-gnu = "ubuntu-22.04"
22
+aarch64-unknown-linux-gnu = "ubuntu-22.04"
0 commit comments