diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e9c1a8..169e648 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: include: - - os: windows-latest + - os: windows-2019 platform: "win" arch: "AMD64" @@ -27,7 +27,6 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch }} - toolset: 14.38 - name: Build wheels uses: pypa/cibuildwheel@v2.18