diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bd58a80d..8c4f79a9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -41,9 +41,9 @@ jobs: fail-fast: false matrix: include: - - os: windows-2019 + - os: windows-latest cibw_archs: "AMD64" - - os: windows-2019 + - os: windows-latest cibw_archs: "ARM64" - os: macos-13 cibw_archs: "x86_64" @@ -60,7 +60,7 @@ jobs: git fetch --prune --unshallow - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.0.0 env: CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*" CIBW_ARCHS: "${{ matrix.cibw_archs }}"