From 8e3b7c7c98a7c73488ff86feb86ea9e8417c4ef3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sat, 17 May 2025 10:18:56 -0400 Subject: [PATCH] Use larger runner for releases We were killed in https://github.com/astral-sh/python-build-standalone/actions/runs/15085967950/job/42408534018 --- .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 ce803392..aa2d3a70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: release: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-24.04-x86_64-16 steps: - uses: actions/checkout@v4 with: