From d31bf301849ebe67f3db0fc0e076d28b3e355a4c Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Mon, 26 Jun 2023 15:27:13 +0530 Subject: [PATCH] Update GrallVM check to use latest Ballerina build --- .github/workflows/build-with-bal-test-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml index f218199..625c33e 100644 --- a/.github/workflows/build-with-bal-test-native.yml +++ b/.github/workflows/build-with-bal-test-native.yml @@ -44,9 +44,9 @@ jobs: native-image --version - name: Set Up Ballerina - uses: ballerina-platform/setup-ballerina@v1 + uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.5.0 + version: latest - name: Run Ballerina tests using the native executable run: bal test --native ./cosmosdb