Skip to content

Commit 95fde56

Browse files
committed
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.
1 parent 3a7994f commit 95fde56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image-build-push:
1515
permissions:
1616
contents: read
17-
runs-on: ubuntu-latest
17+
runs-on: createos
1818
steps:
1919
- name: checkout repository
2020
uses: actions/checkout@v6

0 commit comments

Comments
 (0)