Skip to content

Commit de816b0

Browse files
committed
Explicitly use mac-15-intel
The GHA hosted ARM does not have enough memory to efficiently build 2.x SimpleITK. There is a fix in SimpleITK 3.x that reduces the peak memory usage.
1 parent 6966f6a commit de816b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
needs: package
4747
strategy:
4848
matrix:
49-
os: [ubuntu-latest, macos-latest]
50-
python-version: ['3.9', '3.13']
49+
os: [ubuntu-latest, macos-15-intel]
50+
python-version: ['3.10', '3.14']
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- uses: actions/[email protected]

0 commit comments

Comments
 (0)