Commit 6fa7d62408024e8de64547e33bbc7fbf25ad59ec

Anonymous Maarten 2022-07-23T15:31:35

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 6c417da..6b44c9e 100644
--- a/.github/workflows/android.yml
+++ b/.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: |