Skip to content

Commit a2f26eb

Browse files
authored
Hotfix/openmp link (#476)
## Changes - macのbuild環境を変更 ## Misc アルゴリズムに変更なし
2 parents 1b1cd15 + 7ddf691 commit a2f26eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
matrix:
206206
include:
207207
- artifact: wheel-macosx-x86_64
208-
MACOSX_DEPLOYMENT_TARGET: "10.14"
208+
MACOSX_DEPLOYMENT_TARGET: "13.0"
209209
steps:
210210
- uses: actions/checkout@v4
211211
- name: Install Dependency
@@ -237,7 +237,7 @@ jobs:
237237
matrix:
238238
include:
239239
- artifact: wheel-macosx-arm64
240-
MACOSX_DEPLOYMENT_TARGET: "13.0"
240+
MACOSX_DEPLOYMENT_TARGET: "14.0"
241241
steps:
242242
- uses: actions/checkout@v4
243243
- name: Install Dependency

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ archs = ["AMD64"]
144144
#"vcpkg --triplet x64-windows-static install openblas[threads] --recurse",
145145
#"vcpkg --triplet x64-windows-static install clapack --recurse",
146146
before-build = [
147-
"pip install --upgrade pip wheel build cmake 'pybind11<3' delvewheel",
147+
'pip install --upgrade pip wheel build cmake "pybind11<3" delvewheel',
148148
]
149149
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)