diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c98520c..92eb136 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -53,13 +53,13 @@ jobs: - name: Prepare msvc x86 env if: matrix.platform_id == 'win32' - uses: ilammy/msvc-dev-cmd@v1.8.0 + uses: ilammy/msvc-dev-cmd@v1.12.1 with: arch: x86 - name: Prepare msvc x64 env if: matrix.platform_id == 'win_amd64' - uses: ilammy/msvc-dev-cmd@v1.8.0 + uses: ilammy/msvc-dev-cmd@v1.12.1 - name: Build wheels run: |