From de16feec01aee544b8a9d393c743eefe0a72b487 Mon Sep 17 00:00:00 2001 From: David Herman Date: Mon, 25 Nov 2024 10:09:46 -0800 Subject: [PATCH] Nit: Add comment clarifying Kotlin version override in workflow --- .github/workflows/gradle-test-all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gradle-test-all.yml b/.github/workflows/gradle-test-all.yml index b456766..c365e1b 100644 --- a/.github/workflows/gradle-test-all.yml +++ b/.github/workflows/gradle-test-all.yml @@ -32,6 +32,8 @@ jobs: path: ~/.konan key: kotlin-native-compiler-${{ runner.OS }} + # This is necessary because older versions of Kotlin have issues that + # fail to run tests on Mac targets. - name: Override Kotlin Version for testing run: echo "KOTLIN_VERSION_OVERRIDE=2.0.0" >> $GITHUB_ENV