We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa92d5 commit 2e79382Copy full SHA for 2e79382
1 file changed
.github/workflows/push.yml
@@ -19,6 +19,19 @@ jobs:
19
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
20
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
21
22
+ Java21-Linux_ARM64:
23
+ if: contains(toJson(github.event.commits), '[ci skip] ') == false
24
+ runs-on: ubuntu-24.04-arm
25
+ steps:
26
+ - uses: actions/setup-java@v5
27
+ with:
28
+ distribution: 'temurin'
29
+ java-version: 21
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
+
35
Java21-MacOSX_ARM64:
36
if: contains(toJson(github.event.commits), '[ci skip] ') == false
37
runs-on: macos-26
0 commit comments