Skip to content

Commit 5b7f26a

Browse files
committed
chore: add custom runner configurations for GitHub Actions in dist-workspace.toml
1 parent 5504579 commit 5b7f26a

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
@@ -15,3 +15,7 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
1515
install-path = "CARGO_HOME"
1616
# Whether to install an updater program
1717
install-updater = false
18+
19+
[dist.github-custom-runners]
20+
aarch64-apple-darwin = "macos-15-intel"
21+
x86_64-apple-darwin = "macos-14-intel"

0 commit comments

Comments
 (0)