Skip to content

Commit

Permalink
try asking brew to install autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Feb 5, 2024
1 parent b0702b2 commit 5d79b18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ pr-run-mode = "plan"
# split-debuginfo = "packed"

[workspace.metadata.dist.github-custom-runners]
aarch64-apple-darwin = "macos-13-xlarge"
aarch64-apple-darwin = "macos-14"

[workspace.metadata.dist.dependencies.homebrew]
autoconf = { version="2.72", stage = ["build", "run"], targets = ["aarch64-apple-darwin"] }
automake = { version="1.16.5", stage = ["build", "run"], targets = ["aarch64-apple-darwin"] }

0 comments on commit 5d79b18

Please sign in to comment.