Skip to content

Commit 32acc73

Browse files
authored
ci: bump runner sizes (#23514)
Bumps the runners changed in 5544a60 to larger sizes.
1 parent e341629 commit 32acc73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ jobs:
10811081
needs:
10821082
- changes
10831083
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
1084-
runs-on: ubuntu-latest
1084+
runs-on: ubuntu-latest-16-cores
10851085
permissions:
10861086
# Necessary to push docker images to ghcr.io.
10871087
packages: write

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
release:
6262
name: Build and publish
6363
needs: [check-perms]
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-latest-16-cores
6565
permissions:
6666
# Required to publish a release
6767
contents: write

0 commit comments

Comments
 (0)