Skip to content

Commit a0aef18

Browse files
authored
Update build_android.yml
1 parent 50ff44a commit a0aef18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- { ARCH: arm, API: 21, PYVER: 3.12.7 }
3636
- { ARCH: arm64, API: 21, PYVER: 3.12.7 }
3737

38-
- { ARCH: arm, API: 23, PYVER: 3.13.0 }
39-
- { ARCH: arm64, API: 23, PYVER: 3.13.0 }
38+
- { ARCH: arm, API: 21, PYVER: 3.13.0 }
39+
- { ARCH: arm64, API: 21, PYVER: 3.13.0 }
4040
steps:
4141
- name: Checkout main repo
4242
uses: actions/checkout@v4

0 commit comments

Comments
 (0)