From 6885f252f96effa18e87b2ad0d16c26714e76e90 Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Thu, 13 Nov 2025 12:13:32 -0500 Subject: [PATCH] Update macOS build matrix to use `macos-15-intel` instead of the deprecated `macos-13` --- .github/workflows/build-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2b459da22..48533522f 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -92,12 +92,12 @@ jobs: matrix: buildplat: - [ubuntu-22.04, manylinux_x86_64] - - [macos-13, macosx_x86_64] - - [macos-13, macosx_arm64] + - [macos-15-intel, macosx_x86_64] + - [macos-15-intel, macosx_arm64] - [windows-2022, win_amd64] python: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39"] exclude: - - buildplat: [macos-13, macosx_arm64] + - buildplat: [macos-15-intel, macosx_arm64] python: "pp39" steps: