From 0b6dc4b0261831a35c6f350f9ea464b361d52783 Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Mon, 26 Jun 2023 15:58:00 +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 7545099..36d5dbc 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 ./twitter