Skip to content

Commit 40de77c

Browse files
author
Vasu Jaganath
committed
use smaller image for macos ARM
1 parent dccf72c commit 40de77c

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
@@ -71,7 +71,7 @@ jobs:
7171
MACOSX_DEPLOYMENT_TARGET: "11.0"
7272
strategy:
7373
matrix:
74-
os: [macos-14-xlarge]
74+
os: [macos-14]
7575
cibw_archs: ["arm64"]
7676
cibw_build: ["cp310", "cp311", "cp312", "cp313"]
7777

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
MACOSX_DEPLOYMENT_TARGET: "11.0"
7878
strategy:
7979
matrix:
80-
os: [macos-14-xlarge]
80+
os: [macos-14]
8181
cibw_archs: ["arm64"]
8282
cibw_build: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
8383

0 commit comments

Comments
 (0)