Skip to content

Commit 066aad9

Browse files
committed
GHA: Use macos-13 runner to build x86_64 wheels
1 parent 3498fdc commit 066aad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
("Linux", "ppc64le", "ubuntu-22.04"),
9797
("Linux", "x86_64", "ubuntu-22.04"),
9898
("macOS", "arm64", "macos-14"),
99-
("macOS", "x86_64", "macos-12"),
99+
("macOS", "x86_64", "macos-13"),
100100
]
101101
os, _, arch = "${{ inputs.os-arch }}".partition("-")
102102
if os not in ("", "*", "all"):

0 commit comments

Comments
 (0)