diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fa1325..f3757d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ defaults: shell: bash jobs: - build: timeout-minutes: 10 name: "Build and Test" @@ -58,6 +57,7 @@ jobs: config: - ubuntu-latest - macos-latest + - windows-latest runs-on: ${{ matrix.config }} steps: - uses: actions/download-artifact@v4