Skip to content

Commit

Permalink
Update GitHub Action Java Version for Image Generation (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxco86 authored Nov 6, 2023
1 parent 6e15c6d commit bfa13fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- uses: ts-graphviz/setup-graphviz@v1
- run: script/generate_images.sh

0 comments on commit bfa13fa

Please sign in to comment.