We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7d8db commit ded56a9Copy full SHA for ded56a9
.github/workflows/maven.yml
@@ -29,5 +29,6 @@ jobs:
29
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
30
matrix-exclude: '[
31
{ "jdk": "8", "distribution": "microsoft"},
32
- { "jdk": "21", "distribution": "adopt-openj9"}
+ { "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
33
+ { "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" }
34
]'
0 commit comments