Skip to content

Commit

Permalink
Merge pull request #63 from ballerina-platform/update
Browse files Browse the repository at this point in the history
Update GraalVM version in workflows
  • Loading branch information
TharmiganK authored Sep 26, 2023
2 parents 91a8e67 + b5fd90f commit ca1f7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '11'
components: 'native-image'
java-version: '17'
distribution: 'graalvm-community'
set-java-home: false
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check GraalVM installation
Expand Down

0 comments on commit ca1f7ed

Please sign in to comment.