From 97e868fba49287c858f07b8b421f1a2851e25cd3 Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Tue, 9 Apr 2024 19:51:53 -0700 Subject: [PATCH] Bump NDK versions to match `-latest` Github runner images. --- .../src/test/groovy/com/nishtahir/NdkVersionTest.groovy | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugin/src/test/groovy/com/nishtahir/NdkVersionTest.groovy b/plugin/src/test/groovy/com/nishtahir/NdkVersionTest.groovy index 0a470d8..0a35ffb 100644 --- a/plugin/src/test/groovy/com/nishtahir/NdkVersionTest.groovy +++ b/plugin/src/test/groovy/com/nishtahir/NdkVersionTest.groovy @@ -55,11 +55,10 @@ class NdkVersionTest extends AbstractTest { where: ndkVersion << [ - // NDK versions supported by Github Actions, per - // https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md. - "21.4.7075529", - "22.1.7171670", - "23.1.7779620", + // Partial list of NDK versions supported by Github Actions, per + // https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md + "25.2.9519653", + "26.2.11394342", ] } }