diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cdb031..97a53a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-12] #, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] runs-on: ${{ matrix.os }}