diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec73e4d..a439875 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] - python: ["3.9", "3.10", "3.11", "3.12"] + os: [macos-latest, windows-latest] + python: ["3.11"] steps: - uses: compas-dev/compas-actions.build@v4