Skip to content

Commit b665812

Browse files
authored
Merge pull request #159 from osqp/dependabot/github_actions/pypa/cibuildwheel-2.21
Bump pypa/cibuildwheel from 2.20 to 2.21
2 parents 822b4c9 + eb75e35 commit b665812

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
choco install windows-sdk-8.1
3434
3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v2.20
36+
uses: pypa/cibuildwheel@v2.21
3737
with:
3838
package-dir: backend/cuda
3939
output-dir: wheelhouse

.github/workflows/build_default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
platforms: arm64
6464

6565
- name: Build wheels
66-
uses: pypa/cibuildwheel@v2.20
66+
uses: pypa/cibuildwheel@v2.21
6767
with:
6868
output-dir: wheelhouse
6969
env:

.github/workflows/build_mkl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@master
2626

2727
- name: Build wheels
28-
uses: pypa/cibuildwheel@v2.20
28+
uses: pypa/cibuildwheel@v2.21
2929
with:
3030
package-dir: backend/mkl
3131
output-dir: wheelhouse

.github/workflows/prepare_build_environment_macos_mkl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55

66
# Install OneAPI MKL
77
# See https://github.com/oneapi-src/oneapi-ci for installer URLs
8-
ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/18342/m_BaseKit_p_2022.1.0.92_offline.dmg
8+
ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg
99
wget -q $ONEAPI_INSTALLER_URL
1010
hdiutil attach -noverify -noautofsck $(basename $ONEAPI_INSTALLER_URL)
1111
sudo /Volumes/$(basename $ONEAPI_INSTALLER_URL .dmg)/bootstrapper.app/Contents/MacOS/bootstrapper --silent --eula accept --components intel.oneapi.mac.mkl.devel

0 commit comments

Comments
 (0)