Skip to content

Commit

Permalink
Use only linux with build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 2, 2024
1 parent 2d50e46 commit 76e74e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
# linux build is enough here :-)
matrix-exclude: >
[
{"os": "windows-latest"},
{"os": "macos-latest"}
]

0 comments on commit 76e74e8

Please sign in to comment.