From 4c4e18f73b8804ac81f58dcbf017b6e348ed67ab Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Tue, 12 Mar 2024 14:38:27 -0400 Subject: [PATCH] fix: set aarch to use actual apple silicon runner --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3c7e59844d..19decf0b2ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,7 @@ pr-run-mode = "upload" [workspace.metadata.dist.github-custom-runners] x86_64-unknown-linux-gnu = "ubuntu-latest" x86_64-unknown-linux-musl = "ubuntu-latest" -aarch64-apple-darwin = "macos-latest" +aarch64-apple-darwin = "macos-13-xlarge" [workspace.metadata.dist.dependencies.homebrew] protobuf = "3.21"