Skip to content

Commit 0f604b6

Browse files
committed
Add CI run on Linux arm64
Signed-off-by: Daniel Widdis <[email protected]>
1 parent 02bf7cc commit 0f604b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
java: [8, 11, 17, 21, 23]
2020
# macos-13 is x86, macos-latest is aarch64
2121
os: [ubuntu-latest, macos-13, macos-latest]
22+
include:
23+
- java: 17
24+
os: 'ubuntu-24.04-arm'
2225
# Run all tests even if one fails
2326
fail-fast: false
2427
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)