Skip to content

Commit 5a2a2d9

Browse files
committed
add build for mac
1 parent 3d9266d commit 5a2a2d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: true
3838
matrix:
39-
os: [windows-latest]
39+
os: [windows-latest, macos-13]
4040
steps:
4141
- uses: actions/checkout@v4
4242
with:
@@ -56,6 +56,7 @@ jobs:
5656
env:
5757
CIBW_BUILD: cp39-*
5858
CIBW_ARCHS_WINDOWS: AMD64
59+
CIBW_ARCHS_MACOS: x86_64
5960
- name: Upload wheels
6061
uses: actions/upload-artifact@v4
6162
with:

0 commit comments

Comments
 (0)