Skip to content

Commit

Permalink
Don't test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozsie committed Nov 17, 2022
1 parent e03de31 commit f0a4dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: build
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
java-version: [ 8, 11, 17 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f0a4dae

Please sign in to comment.