Skip to content

Commit

Permalink
Fix: correct java version
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah authored Feb 4, 2026
1 parent 4086081 commit 0e5909d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
build:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted]


steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '21'
java-version: '25'
cache: maven

- run: mvn clean package
Expand Down

0 comments on commit 0e5909d

Please sign in to comment.