Skip to content

Commit c4ffb7e

Browse files
authored
Adding arm64-osx to gh deploy action (#4445)
* Adding arm64-osx to gh deploy action
1 parent dc34a08 commit c4ffb7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- [ubuntu-22.04, manylinux_x86_64, x86_64]
4141
- [macos-11, macosx_*, x86_64]
4242
- [windows-2019, win_amd64, AMD64]
43+
- [macos-14, macosx_*, arm64]
4344
python: ["cp39", "cp310", "cp311", "cp312"]
4445
defaults:
4546
run:
@@ -50,7 +51,7 @@ jobs:
5051
fetch-depth: 0
5152

5253
- name: Build wheels
53-
uses: pypa/cibuildwheel@v2.16.2
54+
uses: pypa/cibuildwheel@v2.16.5
5455
with:
5556
package-dir: package
5657
env:

0 commit comments

Comments
 (0)