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: