Skip to content

Commit a3b4f6a

Browse files
authored
Build: Set cibw_build value (#13)
* set cibw_build value * change runner image to macos-13
1 parent a3aac43 commit a3b4f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
build_platform:
7070
- [ubuntu-latest, manylinux_x86_64]
7171
- [ubuntu-latest, musllinux_x86_64]
72-
- [macos-latest, macosx_x86_64]
72+
- [macos-13, macosx_x86_64]
7373
- [macos-latest, macosx_arm64]
7474
- [windows-latest, win_amd64]
7575
python:
@@ -86,6 +86,8 @@ jobs:
8686

8787
- name: Build wheel
8888
uses: pypa/[email protected]
89+
env:
90+
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.build_platform[1] }}
8991
with:
9092
output-dir: wheelhouse
9193

0 commit comments

Comments
 (0)