Skip to content

Commit

Permalink
Update build_android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Nov 14, 2024
1 parent 3e8e966 commit 50ff44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- { ARCH: arm, API: 21, PYVER: 3.12.7 }
- { ARCH: arm64, API: 21, PYVER: 3.12.7 }

- { ARCH: arm, API: 21, PYVER: 3.13.0 }
- { ARCH: arm64, API: 21, PYVER: 3.13.0 }
- { ARCH: arm, API: 23, PYVER: 3.13.0 }
- { ARCH: arm64, API: 23, PYVER: 3.13.0 }
steps:
- name: Checkout main repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 50ff44a

Please sign in to comment.