Skip to content

Commit

Permalink
re-enabled matrix for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 5, 2023
1 parent ad19cff commit 6abf83f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ jobs:
name: Java build
strategy:
matrix:
os: [
# macos-latest,
# windows-latest,
ubuntu-latest
]
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6abf83f

Please sign in to comment.