File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: CI at GitHub
55on : [push]
66
77jobs :
8- Java17-Linux :
8+ Java17-Linux64 :
99 if : contains(toJson(github.event.commits), '[ci skip] ') == false
1010 runs-on : ubuntu-24.04
1111 steps :
1919 - run : ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
2020 - run : ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
2121
22- Java21-MacOS :
22+ Java21-MacOSX_ARM64 :
2323 if : contains(toJson(github.event.commits), '[ci skip] ') == false
2424 runs-on : macos-26
2525 steps :
3232 - run : ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
3333 - run : ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
3434
35- Java25-Windows :
35+ Java25-Windows64 :
3636 if : contains(toJson(github.event.commits), '[ci skip] ') == false
3737 runs-on : windows-2025
3838 steps :
You can’t perform that action at this time.
0 commit comments