Skip to content

Commit

Permalink
Build: Set cibw_build value (#13)
Browse files Browse the repository at this point in the history
* set cibw_build value
* change runner image to macos-13
  • Loading branch information
mammothb authored Sep 7, 2024
1 parent a3aac43 commit a3b4f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build_platform:
- [ubuntu-latest, manylinux_x86_64]
- [ubuntu-latest, musllinux_x86_64]
- [macos-latest, macosx_x86_64]
- [macos-13, macosx_x86_64]
- [macos-latest, macosx_arm64]
- [windows-latest, win_amd64]
python:
Expand All @@ -86,6 +86,8 @@ jobs:

- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.build_platform[1] }}
with:
output-dir: wheelhouse

Expand Down

0 comments on commit a3b4f6a

Please sign in to comment.