Browse Source

ci: use android-ndk r25 (LTS) on CI

Anonymous Maarten 2 years ago
parent
commit
6fa7d62408
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/android.yml

+ 1 - 1
.github/workflows/android.yml

@@ -19,7 +19,7 @@ jobs:
       - uses: nttld/setup-ndk@v1
         id: setup_ndk
         with:
-          ndk-version: r21e
+          ndk-version: r25
       - name: Build (Android.mk)
         if: ${{ matrix.platform.name == 'Android.mk' }}
         run: |