Skip to content

Commit 0f5e8cd

Browse files
committed
ci: switch from macos-13 to macos-15
1 parent 66423a8 commit 0f5e8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
# macOS Intel build using native runner (Zig cross-compilation has issues)
107107
macos-intel:
108-
runs-on: macos-13 # Intel runner
108+
runs-on: macos-15-intel # Intel runner
109109
steps:
110110
- uses: actions/checkout@v6
111111
- name: Override version if specified

0 commit comments

Comments
 (0)