File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,19 @@ jobs:
22
22
submodules : true
23
23
fetch-depth : 0
24
24
25
- - uses : pypa /cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794
25
+ - uses : mhsmith /cibuildwheel@android
26
26
env :
27
27
PYODIDE_BUILD_EXPORTS : whole_archive
28
28
with :
29
29
package-dir : tests
30
30
only : cp312-pyodide_wasm32
31
31
32
32
build-ios :
33
- name : iOS wheel
34
- runs-on : macos-latest
33
+ name : iOS wheel ${{ matrix.runs-on }}
34
+ runs-on : ${{ matrix.runs-on }}
35
+ strategy :
36
+ matrix :
37
+ runs-on : [macos-latest, macos-13]
35
38
steps :
36
39
- uses : actions/checkout@v4
37
40
with :
40
43
41
44
- run : brew upgrade cmake
42
45
43
- - uses : pypa /cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794
46
+ - uses : mhsmith /cibuildwheel@android
44
47
env :
45
48
CIBW_PLATFORM : ios
46
49
with :
47
50
package-dir : tests
51
+
52
+ build-android :
53
+ name : Android wheel ${{ matrix.runs-on }}
54
+ runs-on : ${{ matrix.runs-on }}
55
+ strategy :
56
+ matrix :
57
+ runs-on : [macos-latest, macos-13, ubuntu-latest]
58
+ steps :
59
+ - uses : actions/checkout@v4
60
+ with :
61
+ submodules : true
62
+ fetch-depth : 0
63
+
64
+ - uses : mhsmith/cibuildwheel@android
65
+ env :
66
+ CIBW_PLATFORM : android
67
+ with :
68
+ package-dir : tests
You can’t perform that action at this time.
0 commit comments