From 36644cf8a58a59a4bb1659e9e679bb2e34d3d7c5 Mon Sep 17 00:00:00 2001 From: bvandeusen Date: Sun, 12 Apr 2026 00:00:40 -0400 Subject: [PATCH] ci: switch to ci-runner base image Update runs-on from py3.12-node22 to ci-runner to match the new shared runner base image with uv, ruff, jq, and tzdata baked in. --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 47b539f..16baa49 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -37,7 +37,7 @@ permissions: jobs: analyze: name: Analyze & test - runs-on: py3.12-node22 + runs-on: ci-runner container: # Pinned to a specific Flutter version for reproducible builds. # Floating :stable means a random Flutter minor bump could change @@ -66,7 +66,7 @@ jobs: # Only tag pushes produce a signed release build. dev/main pushes # run the gates above and stop there. if: startsWith(github.ref, 'refs/tags/') - runs-on: py3.12-node22 + runs-on: ci-runner container: image: ghcr.io/cirruslabs/flutter:3.41.6 permissions: