From bc52596cd9165cf4dd7c89dde7c724375de75152 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 29 Aug 2024 15:11:53 -0500 Subject: [PATCH] Use the larger x64 macOS runner for release builds (#6767) Closes https://github.com/astral-sh/uv/issues/6766 --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index e1b0d58c6..56ce96161 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -64,7 +64,7 @@ jobs: macos-x86_64: if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }} - runs-on: macos-12 + runs-on: macos-12-large steps: - uses: actions/checkout@v4 with: