From 95fde56bbd99aac4d5e810f4daa782fc9dddfe3c Mon Sep 17 00:00:00 2001 From: pratikbin <68642400+pratikbin@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:35:14 +0530 Subject: [PATCH] ci: move GitHub-hosted jobs to createos runners Replaces `runs-on: ubuntu-latest` with the `createos` label so these jobs run on the CreateOS ephemeral microVM runners (createos-sandbox-ghar) instead of billable GitHub-hosted Linux runners. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ccf0f4..804191e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: image-build-push: permissions: contents: read - runs-on: ubuntu-latest + runs-on: createos steps: - name: checkout repository uses: actions/checkout@v6