We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0222b commit 775f0abCopy full SHA for 775f0ab
1 file changed
.github/workflows/wheels.yml
@@ -67,7 +67,7 @@ jobs:
67
CIBW_SKIP: cp36* cp37* cp38* pp*
68
CIBW_BEFORE_ALL: brew install fftw || true
69
CIBW_ENVIRONMENT: >-
70
- MACOSX_DEPLOYMENT_TARGET=15.0
+ MACOSX_DEPLOYMENT_TARGET=13.0
71
72
- uses: actions/upload-artifact@v4
73
with:
@@ -96,7 +96,7 @@ jobs:
96
CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
97
PATH="/opt/homebrew/opt/llvm/bin:$PATH"
98
FFTW_DIR="/opt/homebrew/lib"
99
100
101
102
0 commit comments