Skip to content

Commit 2df05d2

Browse files
committed
Might as well add Intel mac to PyPI builds
1 parent 8394269 commit 2df05d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release_pypi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
TOOLCHAIN: stable,
5757
TARGET: aarch64-apple-darwin,
5858
}
59+
- {
60+
NAME: darwin-x64,
61+
OS: macos-15-intel,
62+
TOOLCHAIN: stable,
63+
TARGET: x86_64-apple-darwin,
64+
}
5965
steps:
6066
- name: Checkout
6167
uses: actions/checkout@v4

0 commit comments

Comments
 (0)