Skip to content

Commit 7ceec2c

Browse files
committed
Adding intel mac to the build matrix
1 parent 73e83ae commit 7ceec2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
cibw_archs: "aarch64"
2626
- os: windows-latest
2727
cibw_archs: "auto64"
28-
# - os: macos-13
29-
# cibw_archs: "x86_64"
28+
- os: macos-13
29+
cibw_archs: "x86_64"
3030
- os: macos-14
3131
cibw_archs: "arm64"
3232

0 commit comments

Comments
 (0)