Skip to content

Commit 9ac9e2e

Browse files
Use small runner for install-compilers workflow
This workflow only downloads and installs pre-built binaries from S3, so it doesn't need a full 32 vCPU runner. 8 vCPU (small) is sufficient. 🤖 Generated by LLM (Claude, via OpenClaw)
1 parent 2bb9460 commit 9ac9e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install-compilers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
install:
24-
runs-on: ['self-hosted', 'ce', 'linux', 'x64']
24+
runs-on: ['self-hosted', 'ce', 'linux', 'x64', 'small']
2525
steps:
2626
- name: Start from a clean directory
2727
uses: AutoModality/action-clean@v1.1.0

0 commit comments

Comments
 (0)