diff --git a/.github/workflows/generate-android-ndk-cache.yml b/.github/workflows/generate-android-ndk-cache.yml index b83a53e92a8..c86ffe97f88 100644 --- a/.github/workflows/generate-android-ndk-cache.yml +++ b/.github/workflows/generate-android-ndk-cache.yml @@ -6,7 +6,7 @@ on: android_ndk_sdk_version: description: 'Android NDK Version' type: string - default: 'r21e' + default: 'r23c' required: true jobs: diff --git a/.github/workflows/native-bindings.yml b/.github/workflows/native-bindings.yml index 198f849e291..da12f1ebf9b 100644 --- a/.github/workflows/native-bindings.yml +++ b/.github/workflows/native-bindings.yml @@ -24,7 +24,7 @@ jobs: - uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r21e + ndk-version: r23c add-to-path: false local-cache: true - name: Generate decorators diff --git a/.github/workflows/native-compile-platforms.yml b/.github/workflows/native-compile-platforms.yml index 156d499f323..2f6ff20cef1 100644 --- a/.github/workflows/native-compile-platforms.yml +++ b/.github/workflows/native-compile-platforms.yml @@ -72,7 +72,7 @@ jobs: - uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r21e + ndk-version: r23c add-to-path: false local-cache: true - uses: actions/setup-java@v3 @@ -143,7 +143,7 @@ jobs: - uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r21e + ndk-version: r23c add-to-path: false local-cache: true - uses: actions/setup-java@v3 diff --git a/.github/workflows/native-linter-android.yml b/.github/workflows/native-linter-android.yml index 60025e65bd3..dea94a5d719 100644 --- a/.github/workflows/native-linter-android.yml +++ b/.github/workflows/native-linter-android.yml @@ -37,7 +37,7 @@ jobs: - uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r21e + ndk-version: r23c add-to-path: false local-cache: true - name: Get changed files