From c9b3e5207f246265ae65798d8ec5d13ee2db6ecb Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 30 Oct 2025 17:31:13 -0700 Subject: [PATCH] Adapt to swiftlang/github-workflows changes android_ndk_version is now android_ndk_versions to reflect that it is a list. --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0b32032b..9e29ea89 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -39,7 +39,7 @@ jobs: macos_build_command: 'xcrun swift-format lint -s -r --configuration ./.swift-format . && xcrun swift test && xcrun swift test -c release && xcrun swift test --disable-default-traits' enable_linux_static_sdk_build: true enable_android_sdk_build: true - android_ndk_version: '["r27d", "r29"]' + android_ndk_versions: '["r27d", "r29"]' linux_static_sdk_versions: '["6.1", "nightly-6.2"]' linux_static_sdk_build_command: | for triple in aarch64-swift-linux-musl x86_64-swift-linux-musl ; do