Skip to content

Commit 27a0f4b

Browse files
authored
Merge pull request #1716 from dbwiddis/fix-ci
Update CI test matrix
2 parents 4cf33dd + 53ecd46 commit 27a0f4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
java: [8, 21, 24]
20-
# macos-13 is x86, macos-latest is aarch64
21-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13]
19+
java: [8, 21, 25]
20+
# macos-15-intel is x86_64, macos-latest is aarch64
21+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-15-intel]
2222
# Run all tests even if one fails
2323
fail-fast: false
2424
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)