File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 python-version : ["3.10"]
1616 os :
17- - macos-14-intel # Intel
18- - macos-14 # ARM64
17+ - macos-14-large # Intel
18+ - macos-14-xlarge # ARM64
1919 - ubuntu-24.04 # Intel
2020 - ubuntu-24.04-arm # ARM64
2121 - windows-latest
Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 os :
19- - macos-14-intel # Intel
20- - macos-14 # ARM64
19+ - macos-14-large # Intel
20+ - macos-14-xlarge # ARM64
2121 - ubuntu-24.04 # Intel
2222 - ubuntu-24.04-arm # ARM64
2323 - windows-latest
5353 env :
5454 CIBW_ENVIRONMENT : >
5555 STAN_BACKEND="${{ env.STAN_BACKEND }}"
56- CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014 # manylinux_2_28 cannot distribute cmdstan
56+ CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014 # distributed cmdstan binary is broken with manylinux_2_28
5757 CIBW_BUILD : ${{ matrix.cibw_build }}
5858 CIBW_SKIP : " *musllinux*"
5959 CIBW_ARCHS : ${{ matrix.cibw_arch }}
You can’t perform that action at this time.
0 commit comments