Skip to content

Commit

Permalink
Merge pull request #54 from wansenai/Jzow-patch-1
Browse files Browse the repository at this point in the history
Update maven.yml  #53 add windows and macos check
  • Loading branch information
Jzow authored Sep 25, 2023
2 parents 7817f42 + 28b8edd commit 25ccf67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 25ccf67

Please sign in to comment.