From 0eb61da8dd53800acc139a56ba0aba5c27fe5014 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Thu, 12 Mar 2026 18:51:57 +1100 Subject: [PATCH] Fix macOS Intel runner label --- .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 9d93336f..87da89a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ permissions: jobs: build-macos-x64: name: Build macOS x64 - runs-on: macos-13 + runs-on: macos-15-intel steps: - name: Checkout code uses: actions/checkout@v4