Skip to content

Commit c678fb3

Browse files
authoredMay 1, 2024··
fix x86_64 arch for macos wheels (#197)
1 parent 4d36d59 commit c678fb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/build-rtc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747

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

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

5656
- name: Build wheels
5757
run: python3 -m cibuildwheel --output-dir dist

‎livekit-rtc/rust-sdks

0 commit comments

Comments
 (0)
Please sign in to comment.