Skip to content

Commit bbce559

Browse files
thunder-codingagnostic-apollo
authored andcommitted
ci: run on 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 running a workflow dispatch, so it shouldn't matter at all 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 c744afd commit bbce559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_termux_com_sync.yml

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

88
jobs:
99
trigger-termux-com-sync:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
steps:
1212
- name: Trigger termux.com sync
1313
if: github.repository == 'termux/termux.github.io'

0 commit comments

Comments
 (0)