Skip to content

Commit

Permalink
fix: Change graalvm to Java 17 in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularityKChen committed Oct 19, 2023
1 parent 6fd5d30 commit 38c9040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.1' # GraalVM version
java-version: '11'
java-version: '17'
distribution: 'graalvm-community'
- name: Install dependencies
run: pacman -Syu --noconfirm make parallel wget cmake ninja verilator git llvm clang python autoconf automake
Expand Down

0 comments on commit 38c9040

Please sign in to comment.