diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bcc5e2c..b3a4edc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: java: - 11 - 17 - + os: [ubuntu-latest, windows-latest] name: Build and Test - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} steps: - name: Checkout