diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9539161b..425cf0a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,14 +6,10 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, windows-latest ] java: [17, 20] - exclude: - - os: windows-latest - java: 20 - name: Build on Java ${{ matrix.java }} - ${{ matrix.os }} - runs-on: ${{ matrix.os }} + name: Build on Java ${{ matrix.java }} + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3