Skip to content

Commit d6eb45a

Browse files
committed
chore: added custom override
1 parent 3a45985 commit d6eb45a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist-workspace.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
1616
install-path = "CARGO_HOME"
1717
# Whether to install an updater program
1818
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

Comments
 (0)