Skip to content

Commit

Permalink
fix: gh actions GraalVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
dainiusjocas committed Oct 20, 2021
1 parent 64ea9b7 commit d6e7b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: DeLaGuardo/setup-graalvm@master
with:
# GraalVM version, no pattern syntax available atm
graalvm: 'vm-21.3.0'
graalvm: '21.3.0'
# Java version, optional, defaults to 'java8'. Available options are 'java8' and 'java11'.
java: 'java11'
# Architecture flag, optional, defaults to 'amd64'. Available options are 'amd64' and 'aarch64'. Later is available only for linux runners.
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- uses: ayltai/setup-graalvm@v1
with:
java-version: 11
graalvm-version: 21.2.0
graalvm-version: 21.3.0
native-image: true

- name: Build native image
Expand Down

0 comments on commit d6e7b24

Please sign in to comment.