We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffe7fb commit 87fe726Copy full SHA for 87fe726
.github/workflows/main.yml
@@ -213,20 +213,18 @@ jobs:
213
runs-on: ${{ matrix.os }}
214
strategy:
215
matrix:
216
- os: [ubuntu-20.04, windows-latest, macos-latest]
+ os: [ubuntu-20.04, windows-latest, macos-13, macos-14]
217
arch: [auto]
218
include:
219
- os: ubuntu-20.04
220
arch: aarch64
221
- - os: macos-latest
222
- arch: arm64
223
steps:
224
- uses: actions/checkout@v3
225
- name: Set up QEMU
226
if: ${{ matrix.arch == 'aarch64' }}
227
uses: docker/setup-qemu-action@v2
228
- name: Build wheels
229
- uses: pypa/cibuildwheel@v2.21.3
+ uses: pypa/cibuildwheel@v2.22.0
230
with:
231
output-dir: dist
232
env:
0 commit comments