Skip to content

Commit

Permalink
No isuse: Disable Windows build for the moment due to issue with dele…
Browse files Browse the repository at this point in the history
…ting temp files during tests
  • Loading branch information
reckart committed Aug 3, 2024
1 parent 9d7b4c7 commit 105c7c7
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 @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
jdk: [17]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 105c7c7

Please sign in to comment.