Skip to content

Commit 6d25491

Browse files
vjaganat90Vasu Jaganath
andauthored
chore: use smaller image for macos ARM (#306)
Co-authored-by: Vasu Jaganath <jaganathv2@nih.gov>
1 parent 524ea76 commit 6d25491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
MACOSX_DEPLOYMENT_TARGET: "11.0"
9999
strategy:
100100
matrix:
101-
os: [macos-14-xlarge]
101+
os: [macos-14]
102102
cibw_archs: ["arm64"]
103103
cibw_build: ["cp310", "cp311", "cp312", "cp313"]
104104

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
MACOSX_DEPLOYMENT_TARGET: "11.0"
101101
strategy:
102102
matrix:
103-
os: [macos-14-xlarge]
103+
os: [macos-14]
104104
cibw_archs: ["arm64"]
105105
cibw_build: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
106106

0 commit comments

Comments
 (0)