Skip to content

Commit 416f2de

Browse files
committed
DWE-4580 fix build
referenced outdated Android API 23
1 parent b03dc1d commit 416f2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
strategy:
3333
matrix:
3434
env:
35-
- { ARCH: arm, API: 23 }
36-
- { ARCH: arm64, API: 23 }
35+
- { ARCH: arm, API: 30 }
36+
- { ARCH: arm64, API: 30 }
3737
env:
3838
PYVER: 3.13.0
3939
steps:

0 commit comments

Comments
 (0)