@@ -59,13 +59,12 @@ jobs:
59
59
continue-on-error : true
60
60
strategy :
61
61
matrix :
62
+ runs_on : [ubuntu-latest]
62
63
bootstrap :
63
64
- name : sdl2
64
65
target : testapps-with-numpy
65
66
- name : webview
66
67
target : testapps-webview
67
- include :
68
- - runs_on : ubuntu-latest
69
68
steps :
70
69
- name : Checkout python-for-android
71
70
uses : actions/checkout@v2
@@ -104,13 +103,13 @@ jobs:
104
103
continue-on-error : true
105
104
strategy :
106
105
matrix :
106
+ runs_on : [macos-latest, apple-silicon-m1]
107
107
bootstrap :
108
108
- name : sdl2
109
109
target : testapps-with-numpy
110
110
- name : webview
111
111
target : testapps-webview
112
112
include :
113
- - runs_on : macos-latest
114
113
- runs_on : apple-silicon-m1
115
114
run_wrapper : arch -arm64 bash --noprofile --norc -eo pipefail {0}
116
115
env :
@@ -157,13 +156,12 @@ jobs:
157
156
continue-on-error : true
158
157
strategy :
159
158
matrix :
159
+ runs_on : [ubuntu-latest]
160
160
bootstrap :
161
161
- name : sdl2
162
162
target : testapps-with-numpy-aab
163
163
- name : webview
164
164
target : testapps-webview-aab
165
- include :
166
- - runs_on : ubuntu-latest
167
165
steps :
168
166
- name : Checkout python-for-android
169
167
uses : actions/checkout@v2
@@ -202,13 +200,13 @@ jobs:
202
200
continue-on-error : true
203
201
strategy :
204
202
matrix :
203
+ runs_on : [macos-latest, apple-silicon-m1]
205
204
bootstrap :
206
205
- name : sdl2
207
206
target : testapps-with-numpy-aab
208
207
- name : webview
209
208
target : testapps-webview-aab
210
209
include :
211
- - runs_on : macos-latest
212
210
- runs_on : apple-silicon-m1
213
211
run_wrapper : arch -arm64 bash --noprofile --norc -eo pipefail {0}
214
212
env :
0 commit comments