diff --git a/.github/workflows/build-toolchain.yml b/.github/workflows/build-toolchain.yml index 4100bbd9e..1447c0cfa 100644 --- a/.github/workflows/build-toolchain.yml +++ b/.github/workflows/build-toolchain.yml @@ -441,8 +441,8 @@ jobs: echo mac_build_runner=macos-latest >> ${GITHUB_OUTPUT} echo "ANDROID_API_LEVEL=${INPUT_ANDROID_API_LEVEL}" >> ${GITHUB_OUTPUT} - echo ANDROID_NDK_VERSION=r27c >> ${GITHUB_OUTPUT} - echo ANDROID_CLANG_VERSION=18 >> ${GITHUB_OUTPUT} + echo ANDROID_NDK_VERSION=r28c >> ${GITHUB_OUTPUT} + echo ANDROID_CLANG_VERSION=19 >> ${GITHUB_OUTPUT} # Set Python version used in the build echo python_version=3.10.1 >> ${GITHUB_OUTPUT}