Skip to content

Commit

Permalink
ci: switch graalvm provider
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Aug 30, 2023
1 parent 525ce9f commit 354eb0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: DeLaGuardo/setup-graalvm@5.0
- uses: graalvm/setup-graalvm@v1
with:
graalvm: '22.0.0.2'
java: 'java17'
java: '17'
distribution: 'graalvm'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Report Java Version
Expand Down

0 comments on commit 354eb0f

Please sign in to comment.