Skip to content

Commit

Permalink
Drop windows in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Jul 23, 2024
1 parent 6ff395d commit 6f9a709
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
java: [17, 21]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
</scm>
<properties>
<formatter.configFile>src/build/eclipse-java-style.xml</formatter.configFile>
<formatter.lineEnding>AUTO</formatter.lineEnding>
<invoker.streamLogs>true</invoker.streamLogs>
<maven.compiler.release>8</maven.compiler.release>
</properties>
Expand Down

0 comments on commit 6f9a709

Please sign in to comment.