Skip to content

Commit 60f5f17

Browse files
committed
Switch GitHub Actions back to zulu (needed for Java 8)
1 parent a892768 commit 60f5f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Java and Maven
1919
uses: actions/setup-java@v5
2020
with:
21-
distribution: temurin
21+
distribution: zulu
2222
java-version: 25
2323
cache: maven
2424

@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Java and Maven
6262
uses: actions/setup-java@v5
6363
with:
64-
distribution: temurin
64+
distribution: zulu
6565
java-version: ${{ matrix.java }}
6666
cache: maven
6767

@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Java and Maven
9595
uses: actions/setup-java@v5
9696
with:
97-
distribution: temurin
97+
distribution: zulu
9898
# Java version 8 required due to https://github.com/lmdbjava/lmdbjava/issues/116
9999
java-version: 8
100100
cache: maven

0 commit comments

Comments
 (0)