Skip to content

Commit 263d5ee

Browse files
committed
push.yml: test on a Windows_ARM64 platform
1 parent 0b3021a commit 263d5ee

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ jobs:
4848
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
4949
shell: bash
5050

51+
Java25-Windows_ARM64:
52+
if: contains(toJson(github.event.commits), '[ci skip] ') == false
53+
runs-on: windows-11-arm
54+
steps:
55+
- uses: actions/setup-java@v5
56+
with:
57+
distribution: 'liberica'
58+
java-version: 25
59+
- uses: actions/checkout@v6
60+
- run: ./gradlew build javadoc install --console=plain --stacktrace
61+
shell: bash
62+
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
63+
shell: bash
64+
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
65+
shell: bash
66+
5167
Java25-MacOS:
5268
if: contains(toJson(github.event.commits), '[ci skip] ') == false
5369
runs-on: macos-26-intel

0 commit comments

Comments
 (0)