From 6f9a709527d20f5376f8847fb169546e9101d229 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Tue, 23 Jul 2024 17:59:28 -0400 Subject: [PATCH] Drop windows in the build --- .github/workflows/maven.yaml | 2 +- pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index ddf891b..f5e32c4 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -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 }} diff --git a/pom.xml b/pom.xml index 6968cd7..0673c94 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,6 @@ src/build/eclipse-java-style.xml - AUTO true 8