We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42db37b commit 733940eCopy full SHA for 733940e
2 files changed
.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
39
max-parallel: 20
40
fail-fast: false # Run all the versions, but show overall status as failed if one fails
41
matrix:
42
- os: [ ubuntu-latest, macos-13, windows-latest ]
+ os: [ ubuntu-latest, macos-latest, windows-latest ]
43
java: [ 8, 11, 17 ]
44
45
steps:
.github/workflows/maven_legacy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
0 commit comments