Skip to content

Commit

Permalink
Adds Windows and MacOS to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Jan 5, 2024
1 parent 20feef8 commit 30961a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ on:
jobs:
build-jar:

runs-on: ubuntu-latest

strategy:
matrix:
version: [10, 12, 14]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 30961a0

Please sign in to comment.