Skip to content

Commit 4126309

Browse files
committed
workflows: also test on Linux aarch64
It probably won't give meaningful additional CI coverage, but it doesn't hurt either. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 5eba66d commit 4126309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dist-base: ${{ steps.dist.outputs.dist-base }}
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
21+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
2222
java: [22, 23]
2323
include:
2424
- os: ubuntu-latest
@@ -37,7 +37,7 @@ jobs:
3737
java-version: ${{ matrix.java }}
3838
cache: maven
3939
- name: Install dependencies (Linux)
40-
if: matrix.os == 'ubuntu-latest'
40+
if: startsWith(matrix.os, 'ubuntu-')
4141
run: |
4242
sudo add-apt-repository "ppa:openslide/openslide"
4343
sudo apt-get install libopenslide1

0 commit comments

Comments
 (0)