Skip to content

Commit 6823d0d

Browse files
attempt to use a newer (and supported) github runner
1 parent 526488f commit 6823d0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ install-updater = false
3333
# Don't build benchmarks and other unneeded crates
3434
precise-builds = true
3535

36+
[workspace.metadata.dist.github-custom-runners]
37+
aarch64-apple-darwin = "macos-13-xlarge"
38+
x86_64-apple-darwin = "macos-13"
39+
3640
# The profile that 'cargo dist' will build with
3741
[profile.dist]
3842
inherits = "release"

0 commit comments

Comments
 (0)