Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: pypa/cibuildwheel@v3.1
- uses: pypa/cibuildwheel@v3.2
env:
PYODIDE_BUILD_EXPORTS: whole_archive
with:
Expand All @@ -45,7 +45,7 @@ jobs:
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
- run: brew uninstall cmake && brew install cmake

- uses: pypa/cibuildwheel@v3.1
- uses: pypa/cibuildwheel@v3.2
env:
CIBW_PLATFORM: ios
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- run: pipx install patchelf

- uses: pypa/cibuildwheel@v3.1
- uses: pypa/cibuildwheel@v3.2
env:
CIBW_PLATFORM: android
with:
Expand Down
Loading