From 25356601f636c240445fa48b62744fa6b22410dd Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 11 May 2026 13:25:59 -0500 Subject: [PATCH] chore(ci): use non-large runners for release builds Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 404b28e170..717a33e968 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: build-tarball-linux: if: github.event_name != 'pull_request' || github.head_ref == 'release' name: build-tarball-${{matrix.name}} - runs-on: namespace-profile-endev-linux-amd64-large + runs-on: namespace-profile-endev-linux-amd64 timeout-minutes: 45 env: MINIO_AWS_ACCESS_KEY_ID: ${{ secrets.MINIO_AWS_ACCESS_KEY_ID }} @@ -71,7 +71,7 @@ jobs: build-tarball-macos: if: github.event_name != 'pull_request' || github.head_ref == 'release' name: build-tarball-${{matrix.name}} - runs-on: namespace-profile-endev-macos-arm64-large + runs-on: namespace-profile-endev-macos-arm64 timeout-minutes: 90 env: MINIO_AWS_ACCESS_KEY_ID: ${{ secrets.MINIO_AWS_ACCESS_KEY_ID }}