We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29d799 commit f19da25Copy full SHA for f19da25
.github/workflows/mvn.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-22.04, windows-2024, macos-12]
+ os: [ubuntu-22.04, windows-2022, macos-12]
16
java: [11, 17, 19]
17
steps:
18
- uses: actions/checkout@v4
0 commit comments