diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e495c4..2ae0b7dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: - 8 - 11 - 14 - + os: [ubuntu-latest, windows-latest] name: Build and Test - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} steps: - name: Checkout