Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading