We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82180bb commit 1b2cabbCopy full SHA for 1b2cabb
.github/workflows/wheel.yml
@@ -59,6 +59,7 @@ jobs:
59
env:
60
CIBW_ENVIRONMENT: >
61
STAN_BACKEND="${{ env.STAN_BACKEND }}"
62
+ MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-13' && 10.11 || 11.0 }}"
63
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
64
CIBW_BUILD: ${{ matrix.cibw_build }}
65
CIBW_SKIP: "*musllinux*"
0 commit comments