We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94552c commit 3d6f9a7Copy full SHA for 3d6f9a7
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
os: [ macos-latest, ubuntu-latest ]
21
- ndk: [ r25c, r26d, r27c ]
+ ndk: [ r25c, r26d, r27d, r29 ]
22
23
env:
24
ANDROID_DIR: ${{ startsWith(matrix.os, 'macos-') && 'Library/Android' || 'Android' }}
0 commit comments