We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60f1e5 commit 3e733a4Copy full SHA for 3e733a4
1 file changed
.github/workflows/core-hadoop3-ci.yml
@@ -34,7 +34,7 @@ on:
34
35
jobs:
36
build:
37
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
38
strategy:
39
matrix:
40
jdk: [ 8, 11, 17 ]
@@ -51,10 +51,10 @@ jobs:
51
- uses: actions/checkout@v3
52
53
- name: Set up JDK ${{ matrix.jdk }}
54
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
55
with:
56
java-version: ${{ matrix.jdk }}
57
- distribution: 'temurin'
+ distribution: 'zulu'
58
cache: maven
59
60
- name: Validate checkstyle first
0 commit comments