Skip to content

Commit c3250e2

Browse files
Use small runner for install-compilers workflow (#56)
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) Co-authored-by: mattgodbolt-molty <mattgodbolt-molty@users.noreply.github.com>
1 parent bfa8972 commit c3250e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)