From 40de77ce2637622c254d284b3ebc024c3e9161dc Mon Sep 17 00:00:00 2001 From: Vasu Jaganath Date: Wed, 26 Nov 2025 13:32:28 -0500 Subject: [PATCH] use smaller image for macos ARM --- .github/workflows/build_wheels.yml | 2 +- .github/workflows/publish_pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index abe289f..f5cd937 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -71,7 +71,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "11.0" strategy: matrix: - os: [macos-14-xlarge] + os: [macos-14] cibw_archs: ["arm64"] cibw_build: ["cp310", "cp311", "cp312", "cp313"] diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 00e6579..0af6267 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -77,7 +77,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "11.0" strategy: matrix: - os: [macos-14-xlarge] + os: [macos-14] cibw_archs: ["arm64"] cibw_build: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]