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 a72944a commit 7e9ca85Copy full SHA for 7e9ca85
.github/workflows/maven.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-18.04, macOS-latest, windows-2016]
+ os: [ubuntu-latest, macOS-latest, windows-latest]
16
java: [8, 11, 17]
17
fail-fast: false
18
max-parallel: 4
0 commit comments