From 5f10436d1a6419404b53f8e93f9dca5b3028cf91 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 12 Dec 2025 13:52:53 -0500 Subject: [PATCH] ci: Bump macos runner version in wheel build --- .github/workflows/python-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 4838d89..02d8b8e 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -175,9 +175,9 @@ jobs: strategy: matrix: platform: - - runner: macos-13 + - runner: macos-15-intel target: x86_64 - - runner: macos-14 + - runner: macos-15 target: aarch64 steps: - uses: actions/checkout@v4