runner name
Some checks failed
/ build-web (push) Failing after 2s

This commit is contained in:
zeyus 2025-07-22 22:46:06 +02:00
parent 41ca297398
commit 80fd68adba
Signed by: zeyus
GPG key ID: A836639BA719C614

View file

@ -6,7 +6,7 @@ on:
jobs:
build-web:
# custom runner image -> includes node and latest flutter stable
runs-on: docker://localhost/flutter-web-builder:latest
runs-on: flutter-web-builder
steps:
- name: Checkout code
uses: actions/checkout@v4