We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ff44a commit a0aef18Copy full SHA for a0aef18
.github/workflows/build_android.yml
@@ -35,8 +35,8 @@ jobs:
35
- { ARCH: arm, API: 21, PYVER: 3.12.7 }
36
- { ARCH: arm64, API: 21, PYVER: 3.12.7 }
37
38
- - { ARCH: arm, API: 23, PYVER: 3.13.0 }
39
- - { ARCH: arm64, API: 23, PYVER: 3.13.0 }
+ - { ARCH: arm, API: 21, PYVER: 3.13.0 }
+ - { ARCH: arm64, API: 21, PYVER: 3.13.0 }
40
steps:
41
- name: Checkout main repo
42
uses: actions/checkout@v4
0 commit comments