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 e195ee2 commit 9c31434Copy full SHA for 9c31434
.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false # Run all the versions, but show overall status as failed if one fails
40
matrix:
41
- os: [ ubuntu-latest, macos-latest, windows-latest ]
+ os: [ ubuntu-latest, macos-13, windows-latest ]
42
java: [ 8, 11, 17 ]
43
44
steps:
.github/workflows/maven_legacy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
0 commit comments