Skip to content

Commit ac6017a

Browse files
authored
remove macos wheel build (#187)
Circumvent #186 for the time being
1 parent ea93d01 commit ac6017a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# macos-13 is intel, macos-14 is apple silicon, windows-11-arm
15-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-14]
15+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
brew install libomp
2424
2525
- name: Build wheels
26-
uses: pypa/cibuildwheel@v3.1.2
26+
uses: pypa/cibuildwheel@v3.2.1
2727
env:
2828
CIBW_ARCHS: auto64 # Don't build 32 bits wheels
2929
CIBW_SKIP: pp* # Don't build pypy wheels

0 commit comments

Comments
 (0)