Skip to content

Commit

Permalink
Update generate_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steuxyo authored Oct 4, 2024
1 parent add2610 commit 06908f1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/generate_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2

- name: Build wheels
uses: pypa/cibuildwheel@v1.12.0
run: python -m cibuildwheel --output-dir wheelhouse || echo "FAILED in wheel creation"
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
Expand Down

0 comments on commit 06908f1

Please sign in to comment.