Skip to content

Commit

Permalink
Update build-rtc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed May 1, 2024
1 parent 4d36d59 commit aa55c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:

- name: Install cibuildwheel
if: runner.os != 'macOS'
run: python3 -m pip install cibuildwheel==2.15.0
run: python3 -m pip install cibuildwheel==2.17.0

- name: Install cibuildwheel on macOS
if: runner.os == 'macOS'
run: python3 -m pip install --break-system-packages cibuildwheel==2.15.0
run: python3 -m pip install --break-system-packages cibuildwheel==2.17.0

- name: Build wheels
run: python3 -m cibuildwheel --output-dir dist
Expand Down

0 comments on commit aa55c49

Please sign in to comment.