diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4063433f..a2f071a8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -54,7 +54,7 @@ jobs: cd tests/TestPackage enable_android_sdk_build: true enable_android_sdk_checks: true - android_ndk_versions: "[\"r28c\"]" + android_ndk_versions: "[\"r27d\"]" # Windows windows_build_command: | cd tests/TestPackage diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index 42ed52b2..e13b6c62 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -178,7 +178,7 @@ on: android_ndk_versions: type: string description: "The NDK versions to use when building with the Swift SDK for Android" - default: "[\"r27d\", \"28c\"]" + default: "[\"r27d\"]" windows_pre_build_command: type: string description: "Windows Command Prompt command to execute before building the Swift package"