From f746cbef6e90dd06bfad699d769f610317d7ed0c Mon Sep 17 00:00:00 2001 From: Finagolfin Date: Thu, 10 Sep 2026 16:55:05 +0530 Subject: [PATCH] Add the new LTS Android NDK testing to packages and for workflow pulls here --- .github/workflows/pull_request.yml | 2 +- .github/workflows/swift_package_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 48582c9d..f58bb370 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -56,7 +56,7 @@ jobs: cd tests/TestPackage enable_android_sdk_build: true enable_android_sdk_checks: true - android_ndk_versions: "[\"r28c\"]" + android_ndk_versions: "[\"r28c\", \"r30\"]" # Windows windows_build_command: | cd tests/TestPackage diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index bd17987a..fff4fe42 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -186,7 +186,7 @@ on: android_ndk_versions: type: string description: "The NDK versions to use when building with the Swift SDK for Android" - default: "[\"r27d\", \"r28c\"]" + default: "[\"r27d\", \"r28c\", \"r30\"]" windows_pre_build_command: type: string description: "Windows Command Prompt command to execute before building the Swift package"