Skip to content

Commit d4102f7

Browse files
committed
ci: only use fork on Android
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 2ff65e5 commit d4102f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 3 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: mhsmith/cibuildwheel@android
25+
- uses: pypa/cibuildwheel@3.0
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: brew upgrade cmake
4646

47-
- uses: mhsmith/cibuildwheel@android
47+
- uses: pypa/cibuildwheel@3.0
4848
env:
4949
CIBW_PLATFORM: ios
5050
with:
@@ -66,5 +66,6 @@ jobs:
6666
- uses: mhsmith/cibuildwheel@android
6767
env:
6868
CIBW_PLATFORM: android
69+
CIBW_ENVIRONMENT_ANDROID: ANDROID_API_LEVEL="24"
6970
with:
7071
package-dir: tests

0 commit comments

Comments
 (0)