Skip to content

Commit 1b2cabb

Browse files
authored
Update wheel.yml
1 parent 82180bb commit 1b2cabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
env:
6060
CIBW_ENVIRONMENT: >
6161
STAN_BACKEND="${{ env.STAN_BACKEND }}"
62+
MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-13' && 10.11 || 11.0 }}"
6263
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6364
CIBW_BUILD: ${{ matrix.cibw_build }}
6465
CIBW_SKIP: "*musllinux*"

0 commit comments

Comments
 (0)