Skip to content

Commit 6ec89aa

Browse files
committed
Use larger runner for kind GHA
1 parent 9331960 commit 6ec89aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
jobs:
3535
acceptance_tests_kind:
3636
if: ${{ github.repository_owner == 'hashicorp' }}
37-
runs-on: custom-linux-medium
37+
runs-on: custom-linux-large
3838
strategy:
3939
# Don't cancel all in-progress and queued jobs in the matrix if any job in the matrix fails.
4040
# That will be helpful to catch any issues related to a particular Kubernetes version.

0 commit comments

Comments
 (0)