We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9486d12 commit 1a5b33cCopy full SHA for 1a5b33c
.github/workflows/ci.yml
@@ -81,16 +81,16 @@ jobs:
81
timeout-minutes: 15
82
strategy:
83
matrix:
84
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-13, macos-14]
85
runs-on: ${{ matrix.os }}
86
steps:
87
- uses: actions/checkout@v4
88
with:
89
fetch-depth: 0 # required for setuptools_scm
90
- name: Build wheels
91
- uses: pypa/cibuildwheel@v2.16.2
+ uses: pypa/cibuildwheel@v2.17.0
92
env:
93
- CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
+ CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
94
CIBW_SKIP: "cp37-*"
95
- uses: actions/upload-artifact@v4
96
0 commit comments