Skip to content

Commit

Permalink
tweak java version in github action [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Mar 8, 2024
1 parent 5cd6ae2 commit 7f15a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up JDK for x64
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '19'
distribution: 'temurin'
architecture: x64
- name: Generate
Expand Down

0 comments on commit 7f15a58

Please sign in to comment.