From 982e8a7fe6cb889c3973cfa39df3e5fab834f14e Mon Sep 17 00:00:00 2001 From: Waruna Lakshitha Date: Thu, 20 Jul 2023 23:12:35 +0530 Subject: [PATCH] Migrate GraalVM Build to Java17 --- .github/workflows/build-with-bal-test-graalvm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index e869755..e689fb0 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -6,7 +6,7 @@ on: lang_tag: description: Branch/Release Tag of the Ballerina Lang required: true - default: master + default: java_17_migration lang_version: description: Ballerina Lang Version (If given ballerina lang buid will be skipped) required: false @@ -30,7 +30,7 @@ jobs: call_stdlib_workflow: name: Run StdLib Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main + uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@java_17_migration with: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }}