diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ab1ff9..1d4d8bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: run: conda install -y -c https://software.repos.intel.com/python/conda/ -c conda-forge mkl mkl-devel intel-openmp pkgconfig - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: # Explicitly set the architecture based on the matrix CIBW_ARCHS_LINUX: ${{ matrix.arch }}