Skip to content

Commit af14e87

Browse files
committed
testing
1 parent 598cc79 commit af14e87

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ jobs:
5959
continue-on-error: true
6060
strategy:
6161
matrix:
62+
runs_on: [ubuntu-latest]
6263
bootstrap:
6364
- name: sdl2
6465
target: testapps-with-numpy
6566
- name: webview
6667
target: testapps-webview
67-
include:
68-
- runs_on: ubuntu-latest
6968
steps:
7069
- name: Checkout python-for-android
7170
uses: actions/checkout@v2
@@ -104,13 +103,13 @@ jobs:
104103
continue-on-error: true
105104
strategy:
106105
matrix:
106+
runs_on: [macos-latest, apple-silicon-m1]
107107
bootstrap:
108108
- name: sdl2
109109
target: testapps-with-numpy
110110
- name: webview
111111
target: testapps-webview
112112
include:
113-
- runs_on: macos-latest
114113
- runs_on: apple-silicon-m1
115114
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
116115
env:
@@ -157,13 +156,12 @@ jobs:
157156
continue-on-error: true
158157
strategy:
159158
matrix:
159+
runs_on: [ubuntu-latest]
160160
bootstrap:
161161
- name: sdl2
162162
target: testapps-with-numpy-aab
163163
- name: webview
164164
target: testapps-webview-aab
165-
include:
166-
- runs_on: ubuntu-latest
167165
steps:
168166
- name: Checkout python-for-android
169167
uses: actions/checkout@v2
@@ -202,13 +200,13 @@ jobs:
202200
continue-on-error: true
203201
strategy:
204202
matrix:
203+
runs_on: [macos-latest, apple-silicon-m1]
205204
bootstrap:
206205
- name: sdl2
207206
target: testapps-with-numpy-aab
208207
- name: webview
209208
target: testapps-webview-aab
210209
include:
211-
- runs_on: macos-latest
212210
- runs_on: apple-silicon-m1
213211
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
214212
env:

0 commit comments

Comments
 (0)