We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4276853 commit b874c46Copy full SHA for b874c46
2 files changed
.github/workflows/pull_request.yml
@@ -54,7 +54,7 @@ jobs:
54
cd tests/TestPackage
55
enable_android_sdk_build: true
56
enable_android_sdk_checks: true
57
- android_ndk_versions: "[\"r28c\"]"
+ android_ndk_versions: "[\"r27d\"]"
58
# Windows
59
windows_build_command: |
60
.github/workflows/swift_package_test.yml
@@ -178,7 +178,7 @@ on:
178
android_ndk_versions:
179
type: string
180
description: "The NDK versions to use when building with the Swift SDK for Android"
181
- default: "[\"r27d\", \"28c\"]"
+ default: "[\"r27d\"]"
182
windows_pre_build_command:
183
184
description: "Windows Command Prompt command to execute before building the Swift package"
0 commit comments