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"