diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d2656..4dbc71a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Build and Test strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest] scala: [2.12.20, 3.3.4] java: ['17', '21'] runs-on: ${{ matrix.os }}