Skip to content

Commit 55d25c1

Browse files
committed
chore: update custom runner
1 parent 9535dd4 commit 55d25c1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

dist-workspace.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ ci = "github"
1212
# The installers to generate for each app
1313
installers = ["shell", "powershell", "homebrew", "msi"]
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
15+
targets = [
16+
"aarch64-apple-darwin",
17+
"aarch64-unknown-linux-gnu",
18+
"x86_64-apple-darwin",
19+
"x86_64-unknown-linux-gnu",
20+
"x86_64-pc-windows-msvc",
21+
]
1622
# The archive format to use for non-windows builds (defaults .tar.xz)
1723
unix-archive = ".tar.gz"
1824
# Whether to install an updater program
@@ -26,10 +32,10 @@ publish-jobs = ["homebrew"]
2632

2733

2834
[dist.github-custom-runners]
29-
runner = "ubuntu-22.04"
35+
global = "ubuntu-22.04"
3036

31-
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
32-
runner = "ubuntu-22.04"
37+
# [dist.github-custom-runners.x86_64-unknown-linux-gnu]
38+
# global = "ubuntu-22.04"
3339

3440
# [package]
3541
# homepage = "https://rust-mcp-stack.github.io/rust-mcp-filesystem"

0 commit comments

Comments
 (0)