Skip to content

Commit aee90b6

Browse files
committed
GHA: Upgrade macOS-x86_64 runner to macos-15-intel
1 parent 8954259 commit aee90b6

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
@@ -84,7 +84,7 @@ jobs:
8484
("Linux", "aarch64", "ubuntu-24.04-arm"),
8585
("Linux", "x86_64", "ubuntu-24.04"),
8686
("macOS", "arm64", "macos-15"),
87-
("macOS", "x86_64", "macos-13"),
87+
("macOS", "x86_64", "macos-15-intel"),
8888
]
8989
os, _, arch = "${{ inputs.os-arch }}".partition("-")
9090
if os not in ("", "*", "all"):

0 commit comments

Comments
 (0)