From 2fcb4f1acc4450b1910c4a90894837af27fb1315 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Tue, 15 Aug 2023 09:30:16 +0530 Subject: [PATCH] Update graalvm workflow to support JDK17 migration --- .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 e88db618..3b4a8a6c 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: 2201.7.x + default: master 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@2201.7.x + uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main with: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }}