We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf33dd + 53ecd46 commit 27a0f4bCopy full SHA for 27a0f4b
1 file changed
.github/workflows/ci.yaml
@@ -16,9 +16,9 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
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]
+ java: [8, 21, 25]
+ # macos-15-intel is x86_64, macos-latest is aarch64
+ os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-15-intel]
22
# Run all tests even if one fails
23
fail-fast: false
24
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
0 commit comments