From 513d1f962e7a1ca156594bb4b58d2ddf106b74e5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 10 Jun 2025 17:36:09 -0400 Subject: [PATCH] ci: check iOS update (#5717) --- .github/workflows/tests-cibw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-cibw.yml b/.github/workflows/tests-cibw.yml index 34245a2a7..cbf189858 100644 --- a/.github/workflows/tests-cibw.yml +++ b/.github/workflows/tests-cibw.yml @@ -22,7 +22,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794 + - uses: pypa/cibuildwheel@v3.0.0rc2 env: PYODIDE_BUILD_EXPORTS: whole_archive with: @@ -40,7 +40,7 @@ jobs: - run: brew upgrade cmake - - uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794 + - uses: pypa/cibuildwheel@v3.0.0rc2 env: CIBW_PLATFORM: ios with: