diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0098f11..c7d9fc1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,10 +40,10 @@ jobs: - os: macos-latest cibw_archs: "x86_64 arm64" artifact_name: "mac" - - os: "ubuntu-20.04" + - os: "ubuntu-latest" cibw_archs: "aarch64" artifact_name: "ubuntu-aarch" - - os: "ubuntu-20.04" + - os: "ubuntu-latest" cibw_archs: "x86_64" artifact_name: "ubuntu-x86_64" @@ -59,7 +59,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.23.2 + uses: pypa/cibuildwheel@v2.23.3 env: CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *-manylinux_i686 *-musllinux_i686 *-musllinux_aarch64 *-win32" CIBW_ARCHS: "${{ matrix.cibw_archs }}"