ci: bump runner sizes (#23514)

Bumps the runners changed in 5544a60b6e to larger sizes.
This commit is contained in:
Cian Johnston
2026-03-24 18:38:03 +00:00
committed by GitHub
parent e34162945a
commit 32acc73047
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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