Skip to content

Commit

Permalink
fix: set aarch to use actual apple silicon runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Mar 12, 2024
1 parent 64c09f4 commit 4c4e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c4e18f

Please sign in to comment.