From 6e9784764ad0305c45e8f39005aa4867a2169619 Mon Sep 17 00:00:00 2001 From: Sandeep Selvaraj Date: Fri, 27 Feb 2026 12:00:15 +0100 Subject: [PATCH] fix: shift from macos-13 -> macos-latest --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7018f6f..5ac363c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,10 +37,10 @@ jobs: name: wheels-linux-${{ matrix.target }} path: dist/*.whl - # ── macOS x86_64 ────────────────────────────────────────────────────────── + # ── macOS x86_64 (cross-compiled from arm64 runner) ────────────────────── macos-x86_64: name: Build macOS x86_64 - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4