From 5629bc9b4bbd33ed4c50a6fb692de632bac1cb78 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Fri, 4 Sep 2026 12:13:35 -0500 Subject: [PATCH] =?UTF-8?q?ci:=20runs-on=20ultix=20=E2=80=94=20fleet=20run?= =?UTF-8?q?ner=20label=20scoping=20[#784]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Runner is label-scoped to this fleet; other repos' ubuntu-latest jobs no longer land on it. https://projects.knownelement.com/issues/784 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5b9afae..0ef2db9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: branches: [dev, release] jobs: lint: - runs-on: ubuntu-latest + runs-on: ultix container: image: node:20-bookworm steps: