File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ jobs:
1717 - uses : gradle/actions/wrapper-validation@v5
1818 - run : ./gradlew build javadoc --console=plain --stacktrace
1919
20- Java21-MacOS :
20+ Java25-Windows :
2121 if : contains(toJson(github.event.commits), '[ci skip] ') == false
22- runs-on : macos-26
22+ runs-on : windows-2025
2323 steps :
2424 - uses : actions/setup-java@v5
2525 with :
26- distribution : ' zulu '
27- java-version : 21
26+ distribution : ' liberica '
27+ java-version : 25
2828 - uses : actions/checkout@v6
2929 - run : ./gradlew build javadoc --console=plain --stacktrace
30+ shell : bash
3031
31- Java25-Windows :
32+ Java26-MacOS :
3233 if : contains(toJson(github.event.commits), '[ci skip] ') == false
33- runs-on : windows-2025
34+ runs-on : macos-26
3435 steps :
3536 - uses : actions/setup-java@v5
3637 with :
3738 distribution : ' liberica'
38- java-version : 25
39+ java-version : 26
3940 - uses : actions/checkout@v6
4041 - run : ./gradlew build javadoc --console=plain --stacktrace
41- shell : bash
You can’t perform that action at this time.
0 commit comments