Skip to content

Commit 18f1eef

Browse files
committed
bump x86_64 builds to macos-15-intel
1 parent b2a0c9c commit 18f1eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/gen-wheel-matrix.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [[ "${CI_ONLY:-false}" == "true" ]]; then
4040
{"only":"cp313-musllinux_aarch64","os":"ubuntu-22.04-arm","cibw_version": $ver},
4141
{"only":"cp313-win_amd64","os":"windows-2022","cibw_version": $ver},
4242
{"only":"cp313-win_arm64","os":"windows-2022","cibw_version": $ver},
43-
{"only":"cp313-macosx_x86_64","os":"macos-14","cibw_version": $ver},
43+
{"only":"cp313-macosx_x86_64","os":"macos-15-intel","cibw_version": $ver},
4444
{"only":"cp313-macosx_arm64","os":"macos-14","cibw_version": $ver},
4545
{"only":"cp314-manylinux_x86_64","os":"ubuntu-22.04","cibw_version": $ver}
4646
]
@@ -64,7 +64,7 @@ generate_matrix_entries() {
6464
| jq -nRc --arg ver "$CIBW_VERSION" '{"only": inputs, "os": "ubuntu-22.04-arm", "cibw_version": $ver}' \
6565
&& cibuildwheel --print-build-identifiers --platform macos --archs x86_64 \
6666
| grep $GREP_FLAGS -E "$GREP_PATTERN" \
67-
| jq -nRc --arg ver "$CIBW_VERSION" '{"only": inputs, "os": "macos-14", "cibw_version": $ver}' \
67+
| jq -nRc --arg ver "$CIBW_VERSION" '{"only": inputs, "os": "macos-15-intel", "cibw_version": $ver}' \
6868
&& cibuildwheel --print-build-identifiers --platform macos --archs arm64 \
6969
| grep $GREP_FLAGS -E "$GREP_PATTERN" \
7070
| jq -nRc --arg ver "$CIBW_VERSION" '{"only": inputs, "os": "macos-14", "cibw_version": $ver}' \

0 commit comments

Comments
 (0)