Skip to content

Commit e83e640

Browse files
authored
chore: Use large GH hosted runner for stress test (#935)
1 parent 2146b14 commit e83e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
stress-test:
20-
runs-on: [self-hosted, Linux, X64]
20+
runs-on: ubuntu-latest-4-cores
2121
steps:
2222
- name: Print build info
2323
run: 'echo test-type: ${{ inputs.test-type }}, test-timeout-minutes: ${{ inputs.test-timeout-minutes }}'

0 commit comments

Comments
 (0)