File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 Java17-MacOS :
3232 if : contains(toJson(github.event.commits), '[ci skip] ') == false
33- runs-on : macOS-14
33+ runs-on : macOS-13
3434 steps :
3535 - uses : actions/setup-java@v4
3636 with :
3939 - uses : actions/checkout@v4
4040 - run : ./gradlew build javadoc --console=plain --stacktrace
4141
42+ Java21-MacOS :
43+ if : contains(toJson(github.event.commits), '[ci skip] ') == false
44+ runs-on : macOS-15
45+ steps :
46+ - uses : actions/setup-java@v4
47+ with :
48+ distribution : ' zulu'
49+ java-version : 21
50+ - uses : actions/checkout@v4
51+ - run : ./gradlew build javadoc --console=plain --stacktrace
52+
4253 Java24-Windows :
4354 if : contains(toJson(github.event.commits), '[ci skip] ') == false
44- runs-on : windows-2022
55+ runs-on : windows-2025
4556 steps :
4657 - uses : actions/setup-java@v4
4758 with :
You can’t perform that action at this time.
0 commit comments