Skip to content

Commit 930b483

Browse files
authored
Merge pull request #90 from bgilbert/aarch64
workflows: update to Java 24; test on Linux aarch64
2 parents 9384381 + e9ecf4b commit 930b483

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/java.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
dist-base: ${{ steps.dist.outputs.dist-base }}
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
22-
java: [22, 23]
21+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
22+
java: [22, 24]
2323
include:
2424
- os: ubuntu-latest
2525
java: 22
@@ -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)