Skip to content

Commit 5baa090

Browse files
committed
ci: run mvn only on ubuntu where hone/Docker works
1 parent fb9921d commit 5baa090

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/mvn.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-24.04, windows-2022]
20+
# 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]
2123
java: [23]
2224
steps:
2325
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)