diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5af629c..3842a38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: conan-${{ matrix.os }}- - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32-bit builds # Linux wheels build inside a container — mount the host Conan cache in diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eaadc7..0857cf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: conan-${{ matrix.os }}- - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_SKIP: "*-win32 *-manylinux_i686" CIBW_CONTAINER_ENGINE: "docker; create_args: --volume /home/runner/.conan2:/root/.conan2"