From a0fed51e9d6efe19766942832903c03dc5b00c96 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 4 Jan 2026 20:22:52 +0600 Subject: [PATCH] Use firecracker runner for release workflow Signed-off-by: Tamal Saha --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 993fdc92..2aeed52a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: name: Build - runs-on: ubuntu-24.04 + runs-on: firecracker steps: - uses: actions/checkout@v1