Skip to content

Commit 3f08345

Browse files
bschwedlerianpittwood
authored andcommitted
Use self-hosted runner for merge manifest jobs
Change the merge-builder default from ubuntu-latest to ubuntu-latest-4x so merge manifest jobs run on self-hosted runners, consistent with the build jobs.
1 parent 060b591 commit 3f08345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bakery-build-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ on:
3838
required: false
3939
type: number
4040
merge-builder:
41-
description: "The type of runner to use for merging. Larger images require expanded runners. [default: ubuntu-latest]"
42-
default: "ubuntu-latest"
41+
description: "The type of runner to use for merging [default: ubuntu-latest-4x]"
42+
default: "ubuntu-latest-4x"
4343
required: false
4444
type: string
4545
amd64-builder:

0 commit comments

Comments
 (0)