Skip to content

Commit eb6f04b

Browse files
committed
Use macos-15 runner for macOS-arm64
1 parent c27a4d3 commit eb6f04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
rows = [
8282
("Linux", "aarch64", "ubuntu-24.04-arm"),
8383
("Linux", "x86_64", "ubuntu-24.04"),
84-
("macOS", "arm64", "macos-14"),
84+
("macOS", "arm64", "macos-15"),
8585
("macOS", "x86_64", "macos-13"),
8686
]
8787
os, _, arch = "${{ inputs.os-arch }}".partition("-")

0 commit comments

Comments
 (0)