Browse Source

ci: check iOS update (#5717)

pull/5721/head
Henry Schreiner 4 weeks ago committed by GitHub
parent
commit
513d1f962e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/tests-cibw.yml

4
.github/workflows/tests-cibw.yml

@ -22,7 +22,7 @@ jobs:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794 - uses: pypa/cibuildwheel@v3.0.0rc2
env: env:
PYODIDE_BUILD_EXPORTS: whole_archive PYODIDE_BUILD_EXPORTS: whole_archive
with: with:
@ -40,7 +40,7 @@ jobs:
- run: brew upgrade cmake - run: brew upgrade cmake
- uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794 - uses: pypa/cibuildwheel@v3.0.0rc2
env: env:
CIBW_PLATFORM: ios CIBW_PLATFORM: ios
with: with:

Loading…
Cancel
Save