From aa55c4935d2d9f4903012b2fcd49c15513aa0882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=CC=81o=20Monnom?= Date: Wed, 1 May 2024 19:40:40 +0200 Subject: [PATCH] Update build-rtc.yml --- .github/workflows/build-rtc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rtc.yml b/.github/workflows/build-rtc.yml index 5c7a8a39..ac58b75b 100644 --- a/.github/workflows/build-rtc.yml +++ b/.github/workflows/build-rtc.yml @@ -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