From 326ef6894ab400e4cb557c90baf69a098a4d0e71 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Wed, 8 Jul 2026 13:27:34 -0700 Subject: [PATCH] ci: route web-wasm-rebuild workflow to the rust-host runner (CT 107) --- .gitea/workflows/web-wasm-rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/web-wasm-rebuild.yml b/.gitea/workflows/web-wasm-rebuild.yml index 7d54aae..3ff8bcf 100644 --- a/.gitea/workflows/web-wasm-rebuild.yml +++ b/.gitea/workflows/web-wasm-rebuild.yml @@ -36,7 +36,7 @@ concurrency: jobs: rebuild: - runs-on: ubuntu-latest + runs-on: rust-host steps: - name: Checkout