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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user