Skip to content

Commit ff058e5

Browse files
authored
fix(ci): remove macos x86_64 wheel build (#179)
1 parent 27c5ccb commit ff058e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,7 @@ jobs:
204204
runs-on: ${{ matrix.os }}
205205
strategy:
206206
matrix:
207-
os:
208-
[
209-
windows-latest,
210-
ubuntu-24.04-arm,
211-
ubuntu-latest,
212-
macos-14,
213-
macos-latest,
214-
]
207+
os: [windows-latest, ubuntu-24.04-arm, ubuntu-latest, macos-latest]
215208
qemu: [""]
216209
musl: [""]
217210
pyver: [""]
@@ -302,7 +295,6 @@ jobs:
302295
uses: pypa/cibuildwheel@v3.3.1
303296
env:
304297
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
305-
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-14' && 'x86_64' || 'auto' }}
306298
REQUIRE_EXTENSION: 1
307299

308300
- uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)