Skip to content

Commit ae78ed3

Browse files
ci: use ubuntu-slim instead of ubuntu-latest
ubuntu-slim has just 1 vCPU instead of 4 vCPU for ubuntu-latest. Runners are limited to 15 minutes. We are just syncing two git repos, so this should be fine ubuntu-slim was available since 28 October 2025: https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/ Should reduce our CI usage effectively by atleast some amount (less compute wasted)
1 parent 7f2040b commit ae78ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-slim
99
steps:
1010
- name: Clone repository
1111
uses: actions/checkout@v6

0 commit comments

Comments
 (0)