Skip to content

Commit 1328e81

Browse files
authored
Matches test runner name to beta action runner (#16821)
done via GH org level settings UI
1 parent 607a7d6 commit 1328e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568
# Because scheduled builds on master require us to skip the changes job. Use always() to force this to run on master.
569569
if: needs.changes.outputs.backend == 'true' || needs.changes.outputs.build == 'true' || (always() && github.ref == 'refs/heads/master')
570570
timeout-minutes: 10
571-
runs-on: ubuntu-20.04-16core
571+
runs-on: faster-better-stronger-gh-runner
572572
outputs:
573573
label: ${{ steps.start-ec2-runner.outputs.label }}
574574
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}

0 commit comments

Comments
 (0)