Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-all-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven

- name: Install cross toolchain (if needed)
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven

- name: Build (native binary build only)
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven

# See LZ4FrameIOStreamTest
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
if: github.event_name == 'release' || inputs.publish
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven
gpg-private-key: ${{ secrets.GPG_KEY }}
gpg-passphrase: GPG_PASSWORD
Expand All @@ -241,7 +241,7 @@ jobs:
if: github.event_name != 'release' && !inputs.publish
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven

- name: Download natives
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven
- name: Install uv
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '25'
java-version: '25.0.4+101.0.LTS'
cache: maven
- name: Build (mvn verify)
run: |
Expand Down
Loading