File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ jobs:
7878 - os : android-intel
7979 runs-on : ubuntu-latest
8080 platform : android
81- - os : android-arm
82- # GitHub Actions doesn’t currently support the Android emulator on any ARM
83- # runner. So we build on a non-ARM runner, which will skip the tests.
84- runs-on : ubuntu-latest
85- platform : android
86- archs : arm64_v8a
87- - os : ios
88- runs-on : macos-latest
89- platform : ios
81+ # - os: android-arm
82+ # # GitHub Actions doesn’t currently support the Android emulator on any ARM
83+ # # runner. So we build on a non-ARM runner, which will skip the tests.
84+ # runs-on: ubuntu-latest
85+ # platform: android
86+ # archs: arm64_v8a
87+ # - os: ios
88+ # runs-on: macos-latest
89+ # platform: ios
9090 - os : pyodide
9191 runs-on : ubuntu-latest
9292 platform : pyodide
@@ -106,7 +106,6 @@ jobs:
106106 env :
107107 CIBW_PLATFORM : ${{ matrix.platform || 'auto' }}
108108 CIBW_ARCHS : ${{ matrix.archs || 'auto' }}
109- CIBW_BUILD_VERBOSITY : 3
110109 with :
111110 package-dir : rapidfuzz.tar.gz
112111 output-dir : wheelhouse
You can’t perform that action at this time.
0 commit comments