Skip to content

Commit 90f9241

Browse files
committed
Migrate workflows to Azul Zulu Builds of OpenJDK
1 parent 21e4557 commit 90f9241

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/java-ea-maven.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
with:
3030
checkout-submodules: true
3131
checkout-fetch-depth: 0
32-
java-distribution: 'temurin'
3332
java-version: ${{ matrix.java }}
3433

3534
- name: Pre-download dependencies with Maven

.github/workflows/java8-maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Java
2828
uses: actions/setup-java@v4
2929
with:
30-
distribution: 'temurin'
30+
distribution: 'zulu'
3131
java-version: ${{ matrix.java }}
3232
cache: 'maven'
3333

@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup Java
8989
uses: actions/setup-java@v4
9090
with:
91-
distribution: 'temurin'
91+
distribution: 'zulu'
9292
java-version: ${{ matrix.java }}
9393
cache: 'maven'
9494

@@ -138,7 +138,7 @@ jobs:
138138
- name: Setup Java
139139
uses: actions/setup-java@v4
140140
with:
141-
distribution: 'temurin'
141+
distribution: 'zulu'
142142
java-version: ${{ matrix.java }}
143143
cache: 'maven'
144144

0 commit comments

Comments
 (0)