Skip to content

Commit b874c46

Browse files
[hotfix] remove ndk 28
1 parent 4276853 commit b874c46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd tests/TestPackage
5555
enable_android_sdk_build: true
5656
enable_android_sdk_checks: true
57-
android_ndk_versions: "[\"r28c\"]"
57+
android_ndk_versions: "[\"r27d\"]"
5858
# Windows
5959
windows_build_command: |
6060
cd tests/TestPackage

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ on:
178178
android_ndk_versions:
179179
type: string
180180
description: "The NDK versions to use when building with the Swift SDK for Android"
181-
default: "[\"r27d\", \"28c\"]"
181+
default: "[\"r27d\"]"
182182
windows_pre_build_command:
183183
type: string
184184
description: "Windows Command Prompt command to execute before building the Swift package"

0 commit comments

Comments
 (0)