From 32acc73047d37f62e70caf9019fc16ed5b43c883 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 24 Mar 2026 18:38:03 +0000 Subject: [PATCH] ci: bump runner sizes (#23514) Bumps the runners changed in 5544a60b6e285c387b09229a70dd5716c84b31c6 to larger sizes. --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 770efbbed0..239150a50b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1081,7 +1081,7 @@ jobs: needs: - changes if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores permissions: # Necessary to push docker images to ghcr.io. packages: write diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e8568e07d..44ebad21e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,7 +61,7 @@ jobs: release: name: Build and publish needs: [check-perms] - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores permissions: # Required to publish a release contents: write