Skip to content

Commit

Permalink
Merge pull request #159 from ballerina-platform/update
Browse files Browse the repository at this point in the history
Update GraalVM version in workflows
  • Loading branch information
TharmiganK committed Sep 26, 2023
2 parents 4e7fa64 + 3334777 commit b518884
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 b518884

Please sign in to comment.