From 4b06fe4103b10b3d4c22aee8d5f0ca91711b79d9 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Fri, 21 Nov 2025 09:12:48 -0500 Subject: [PATCH] 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. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04c0627..5cbbd6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,8 +46,8 @@ jobs: needs: package strategy: matrix: - os: [ubuntu-latest, macos-latest] - python-version: ['3.9', '3.13'] + os: [ubuntu-latest, macos-15-intel] + python-version: ['3.10', '3.14'] runs-on: ${{ matrix.os }} steps: - uses: actions/download-artifact@v4.3.0