From 29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 16 Mar 2026 13:05:01 -0700 Subject: chore(ci): migrate to depot runners (#3279) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- dist-workspace.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dist-workspace.toml') diff --git a/dist-workspace.toml b/dist-workspace.toml index 62620156..96556337 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -21,3 +21,10 @@ install-updater = true unix-archive = ".tar.gz" # Whether to enable GitHub Attestations github-attestations = true + +[dist.github-custom-runners] +aarch64-apple-darwin = "depot-macos-latest" +aarch64-unknown-linux-gnu = "depot-ubuntu-24.04-arm-8" +aarch64-unknown-linux-musl = "depot-ubuntu-24.04-arm-8" +x86_64-unknown-linux-gnu = "depot-ubuntu-24.04-8" +x86_64-unknown-linux-musl = "depot-ubuntu-24.04-8" -- cgit v1.3.1