We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b1b2b commit 77d664dCopy full SHA for 77d664d
.github/workflows/mvn.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [windows-2022, ubuntu-24.04, macos-15]
+ os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04, macos-14, macos-15]
20
java: [17, 21]
21
steps:
22
- uses: actions/checkout@v4
0 commit comments