Skip to content

Commit 8e716fa

Browse files
committed
fix: use macos-15-intel runner for darwin-x64 builds
1 parent fc7025e commit 8e716fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
binary_name: stagehand-server-darwin-arm64
2929
output_path: src/stagehand/_sea/stagehand-darwin-arm64
3030
wheel_platform_tag: macosx_11_0_arm64
31-
- os: macos-15
31+
- os: macos-15-intel
3232
binary_name: stagehand-server-darwin-x64
3333
output_path: src/stagehand/_sea/stagehand-darwin-x64
3434
wheel_platform_tag: macosx_10_9_x86_64

0 commit comments

Comments
 (0)