Skip to content

Commit

Permalink
fix x86_64 arch for macos wheels (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed May 1, 2024
1 parent 4d36d59 commit c678fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion livekit-rtc/rust-sdks
Submodule rust-sdks updated 1 files
+11 −11 download_ffi.py

0 comments on commit c678fb3

Please sign in to comment.