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:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze & test
|
name: Analyze & test
|
||||||
runs-on: py3.12-node22
|
runs-on: ci-runner
|
||||||
container:
|
container:
|
||||||
# Pinned to a specific Flutter version for reproducible builds.
|
# Pinned to a specific Flutter version for reproducible builds.
|
||||||
# Floating :stable means a random Flutter minor bump could change
|
# 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
|
# Only tag pushes produce a signed release build. dev/main pushes
|
||||||
# run the gates above and stop there.
|
# run the gates above and stop there.
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: py3.12-node22
|
runs-on: ci-runner
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/cirruslabs/flutter:3.41.6
|
image: ghcr.io/cirruslabs/flutter:3.41.6
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user