Skip to content

Commit

Permalink
#1077 Set up CI workflows
Browse files Browse the repository at this point in the history
run build on Mac also
  • Loading branch information
oliverlietz committed Aug 16, 2023
1 parent c6d0a98 commit d578647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: [ 8 ]
os: [ubuntu-latest, windows-latest]
java-version: [ 8, 11 ]
os: [ubuntu-latest, windows-latest, mac-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d578647

Please sign in to comment.