Skip to content

Commit 601f92d

Browse files
committed
use large
1 parent c4b3b40 commit 601f92d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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

.github/workflows/wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
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
@@ -53,7 +53,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)