Skip to content

Commit 32a25c7

Browse files
committed
ci: check iOS update
1 parent 5d32ed7 commit 32a25c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794
25+
- uses: pypa/cibuildwheel@v3.0.0rc2
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -40,7 +40,7 @@ jobs:
4040

4141
- run: brew upgrade cmake
4242

43-
- uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794
43+
- uses: pypa/cibuildwheel@v3.0.0rc2
4444
env:
4545
CIBW_PLATFORM: ios
4646
with:

0 commit comments

Comments
 (0)