From 96b80be3db5f00b887b25bc0694c10364717783c Mon Sep 17 00:00:00 2001 From: pratikbin <68642400+pratikbin@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:34:52 +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/migrate-secrets-to-org.yml | 2 +- .github/workflows/pricing-svg.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/migrate-secrets-to-org.yml b/.github/workflows/migrate-secrets-to-org.yml index 53222901..949303d3 100644 --- a/.github/workflows/migrate-secrets-to-org.yml +++ b/.github/workflows/migrate-secrets-to-org.yml @@ -22,7 +22,7 @@ permissions: {} jobs: migrate: - runs-on: ubuntu-latest + runs-on: createos steps: - name: Copy repo secrets to org env: diff --git a/.github/workflows/pricing-svg.yml b/.github/workflows/pricing-svg.yml index 92c24b61..df594e32 100644 --- a/.github/workflows/pricing-svg.yml +++ b/.github/workflows/pricing-svg.yml @@ -13,7 +13,7 @@ permissions: jobs: generate: name: Generate Pricing SVG - runs-on: ubuntu-latest + runs-on: createos steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4