File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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",
146146before-build = [
147- " pip install --upgrade pip wheel build cmake ' pybind11<3' delvewheel" ,
147+ ' pip install --upgrade pip wheel build cmake " pybind11<3" delvewheel' ,
148148]
149149repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel}"
You can’t perform that action at this time.
0 commit comments