File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - run : ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
2020 - run : ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
2121
22- Java17-MacOS :
23- if : contains(toJson(github.event.commits), '[ci skip] ') == false
24- runs-on : macos-26-intel
25- steps :
26- - uses : actions/setup-java@v5
27- with :
28- distribution : ' zulu'
29- java-version : 17
30- - uses : actions/checkout@v6
31- - run : ./gradlew build javadoc install --console=plain --stacktrace
32- - run : ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
33- - run : ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
34-
3522 Java21-MacOS :
3623 if : contains(toJson(github.event.commits), '[ci skip] ') == false
3724 runs-on : macos-26
6047 shell : bash
6148 - run : ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
6249 shell : bash
50+
51+ Java26-MacOS :
52+ if : contains(toJson(github.event.commits), '[ci skip] ') == false
53+ runs-on : macos-26-intel
54+ steps :
55+ - uses : actions/setup-java@v5
56+ with :
57+ distribution : ' liberica'
58+ java-version : 26
59+ - uses : actions/checkout@v6
60+ - run : ./gradlew build javadoc install --console=plain --stacktrace
61+ - run : ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
62+ - run : ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
You can’t perform that action at this time.
0 commit comments