From 9c8d34ff57fddfbea6ee015401563055d979eb59 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Tue, 26 Nov 2024 14:18:52 +0530 Subject: [PATCH] Update the balleina-lang version for GraalVM tests --- .github/workflows/build-with-bal-test-graalvm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index e3c0b00c..77b6a777 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -6,11 +6,11 @@ on: lang_tag: description: Branch/Release Tag of the Ballerina Lang required: true - default: master + default: 2201.9.x lang_version: - description: Ballerina Lang Version (If given ballerina lang buid will be skipped) + description: Ballerina Lang Version (If given ballerina lang build will be skipped) required: false - default: '' + default: 2201.9.0 native_image_options: description: Default native-image options required: false