1 parent fb9921d commit 5baa090Copy full SHA for 5baa090
1 file changed
.github/workflows/mvn.yml
@@ -17,7 +17,9 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [ubuntu-24.04, windows-2022]
+ # hone-maven-plugin needs Docker; GitHub-hosted macOS/Windows runners
21
+ # do not provide a working docker CLI for this plugin today.
22
+ os: [ubuntu-24.04]
23
java: [23]
24
steps:
25
- uses: actions/checkout@v6
0 commit comments