Skip to content

Commit

Permalink
fix(actions): bump Java to supported version (#8)
Browse files Browse the repository at this point in the history
* fix: bump Java to supported version

* fix: change to working built-in font
  • Loading branch information
thinknathan authored Jan 3, 2025
1 parent 561bdf5 commit 215ff9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- uses: dapetcu21/[email protected]
- run: 'java -jar $BOB build'
Loading

0 comments on commit 215ff9d

Please sign in to comment.