Skip to content

Commit 8f2b06d

Browse files
authored
Update wheel_builder.yml
1 parent 92b552d commit 8f2b06d

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/wheel_builder.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,13 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, ubuntu-20.04, macos-latest]
10+
os: [ubuntu-latest, ubuntu-20.04]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414

1515
- name: cibuildwheel installation
1616
run: python -m pip install cibuildwheel twine
17-
18-
- name: Install gcc on macOS
19-
if: matrix.os == 'macos-latest'
20-
run: |
21-
brew install gcc@11
22-
23-
- name: build specified wheels on macOS
24-
if: matrix.os == 'macos-latest'
25-
run: |
26-
python -m cibuildwheel --output-dir dist
27-
env:
28-
CC: gcc-11
29-
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
30-
CIBW_BEFORE_BUILD: python -m pip install cython
3117

3218
- name: build specified wheels on ubuntu-20.04
3319
if: matrix.os == 'ubuntu-20.04'

0 commit comments

Comments
 (0)