Skip to content

Commit b9af853

Browse files
authored
Our self-hosted Apple Silicon runner now has been migrated to actions/runner v2.292.0 which now supports arm64 natively (kivy#2602)
1 parent b7146e8 commit b9af853

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ jobs:
9696
macos_build_apk:
9797
name: Unit test apk [ ${{ matrix.runs_on }} | ${{ matrix.bootstrap.name }} ]
9898
needs: [flake8]
99-
defaults:
100-
run:
101-
shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
10299
runs-on: ${{ matrix.runs_on }}
103100
continue-on-error: true
104101
strategy:
@@ -109,9 +106,6 @@ jobs:
109106
target: testapps-with-numpy
110107
- name: webview
111108
target: testapps-webview
112-
include:
113-
- runs_on: apple-silicon-m1
114-
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
115109
env:
116110
ANDROID_HOME: ${HOME}/.android
117111
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk
@@ -193,9 +187,6 @@ jobs:
193187
macos_build_aab:
194188
name: Unit test aab [ ${{ matrix.runs_on }} | ${{ matrix.bootstrap.name }} ]
195189
needs: [flake8]
196-
defaults:
197-
run:
198-
shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
199190
runs-on: ${{ matrix.runs_on }}
200191
continue-on-error: true
201192
strategy:
@@ -206,9 +197,6 @@ jobs:
206197
target: testapps-with-numpy-aab
207198
- name: webview
208199
target: testapps-webview-aab
209-
include:
210-
- runs_on: apple-silicon-m1
211-
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
212200
env:
213201
ANDROID_HOME: ${HOME}/.android
214202
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk
@@ -280,18 +268,12 @@ jobs:
280268
macos_rebuild_updated_recipes:
281269
name: Test updated recipes for arch ${{ matrix.android_arch }} [ ${{ matrix.runs_on }} ]
282270
needs: [flake8]
283-
defaults:
284-
run:
285-
shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
286271
runs-on: ${{ matrix.runs_on }}
287272
continue-on-error: true
288273
strategy:
289274
matrix:
290275
android_arch: ["arm64-v8a", "armeabi-v7a", "x86_64", "x86"]
291276
runs_on: [macos-latest, apple-silicon-m1]
292-
include:
293-
- runs_on: apple-silicon-m1
294-
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
295277
env:
296278
ANDROID_HOME: ${HOME}/.android
297279
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk

0 commit comments

Comments
 (0)