ci: switch runner label to py3.12-node22 to match act runner config
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user