Skip to content

Commit

Permalink
switches to Oracle GraalVM distribution (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Sep 25, 2023
1 parent a16a0cd commit 50c579c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: micronaut-projects/github-actions/graalvm/pre-build@master
id: pre-build
with:
distribution: 'graalvm-community'
distribution: 'graalvm'
java: '17'
- name: Build Steps
uses: micronaut-projects/github-actions/graalvm/build@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: "🔧 Setup GraalVM CE"
uses: graalvm/[email protected]
with:
distribution: 'graalvm-community'
distribution: 'graalvm'
java-version: ${{ matrix.java }}
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 50c579c

Please sign in to comment.