From 9749ff8cd90ebac66a252072f6af170d64732430 Mon Sep 17 00:00:00 2001 From: Quinn Milionis Date: Fri, 12 Dec 2025 14:12:45 -0800 Subject: [PATCH] update macos build image to macos-15 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af268f6..0c953115 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: build_macos_wheels: name: Build macos wheels (cross-compiles arm64) - runs-on: macos-13 + runs-on: macos-15 steps: - uses: actions/checkout@v4