Skip to content

Commit 92b552d

Browse files
authored
Update wheel_builder.yml
1 parent 7decd47 commit 92b552d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheel_builder.yml

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

1515
- name: cibuildwheel installation
16-
run: python -m pip install cibuildwheel==1.11.0 twine
16+
run: python -m pip install cibuildwheel twine
1717

1818
- name: Install gcc on macOS
19-
if: matrix.os == 'macOS-10.15'
19+
if: matrix.os == 'macos-latest'
2020
run: |
2121
brew install gcc@11
2222
2323
- name: build specified wheels on macOS
24-
if: matrix.os == 'macOS-10.15'
24+
if: matrix.os == 'macos-latest'
2525
run: |
2626
python -m cibuildwheel --output-dir dist
2727
env:

0 commit comments

Comments
 (0)