We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a966352 commit 68f182dCopy full SHA for 68f182d
dist-workspace.toml
@@ -33,3 +33,7 @@ shells = ["bash","fish","zsh"]
33
[dist.github-custom-runners.x86_64-unknown-linux-gnu.container]
34
image = "quay.io/pypa/manylinux_2_28_x86_64"
35
host = "x86_64-unknown-linux-musl"
36
+
37
+[dist.github-custom-runners]
38
+x86_64-apple-darwin = "macos-14"
39
+aarch64-apple-darwin = "macos-14"
0 commit comments