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 27c5ccb commit ff058e5Copy full SHA for ff058e5
.github/workflows/ci.yml
@@ -204,14 +204,7 @@ jobs:
204
runs-on: ${{ matrix.os }}
205
strategy:
206
matrix:
207
- os:
208
- [
209
- windows-latest,
210
- ubuntu-24.04-arm,
211
- ubuntu-latest,
212
- macos-14,
213
- macos-latest,
214
- ]
+ os: [windows-latest, ubuntu-24.04-arm, ubuntu-latest, macos-latest]
215
qemu: [""]
216
musl: [""]
217
pyver: [""]
@@ -302,7 +295,6 @@ jobs:
302
295
uses: pypa/cibuildwheel@v3.3.1
303
296
env:
304
297
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
305
- CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-14' && 'x86_64' || 'auto' }}
306
298
REQUIRE_EXTENSION: 1
307
299
308
300
- uses: actions/upload-artifact@v6
0 commit comments