ci: switch runner label to py3.12-node22 to match act runner config

This commit is contained in:
2026-03-11 23:19:36 -04:00
parent 6232c7c99a
commit 8a31034621
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ on:
jobs:
build:
name: Build release APK
runs-on: ubuntu-latest
runs-on: py3.12-node22
container:
image: ghcr.io/cirruslabs/flutter:stable
steps:
+1 -1
View File
@@ -21,7 +21,7 @@ on:
jobs:
analyze:
name: Analyze & test
runs-on: ubuntu-latest
runs-on: py3.12-node22
container:
image: ghcr.io/cirruslabs/flutter:stable
steps: