Skip to content

Commit 3e733a4

Browse files
committed
java v4
1 parent e60f1e5 commit 3e733a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/core-hadoop3-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
build:
37-
runs-on: ubuntu-24.04
37+
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
4040
jdk: [ 8, 11, 17 ]
@@ -51,10 +51,10 @@ jobs:
5151
- uses: actions/checkout@v3
5252

5353
- name: Set up JDK ${{ matrix.jdk }}
54-
uses: actions/setup-java@v3
54+
uses: actions/setup-java@v4
5555
with:
5656
java-version: ${{ matrix.jdk }}
57-
distribution: 'temurin'
57+
distribution: 'zulu'
5858
cache: maven
5959

6060
- name: Validate checkstyle first

0 commit comments

Comments
 (0)