From 48ed25ba457cad85459b4307090d154e6e985a63 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Sat, 24 Jan 2026 16:51:49 +0000 Subject: [PATCH] Update wheels to macos-15 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a108bef1..7fa0323e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -39,7 +39,7 @@ jobs: OSX-test: needs: ['manylinux'] - runs-on: macos-13 + runs-on: macos-15 strategy: matrix: python: ["3.10", 3.13]