From 7f1053542006d5824331e298636400f1d8dd4f17 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 2 May 2026 18:09:26 -0400 Subject: [PATCH] fix(ci): flutter workflow runs on go-ci runner, not ubuntu-latest ubuntu-latest isn't a label any runner in this Forgejo deployment advertises. The existing test.yml + release.yml both target the project's go-ci label; flutter.yml should match. subosito/flutter-action@v2 installs the Flutter SDK on whatever runner picks up the job, so go-ci is fine even though it isn't Flutter-pre-installed. --- .forgejo/workflows/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/flutter.yml b/.forgejo/workflows/flutter.yml index c46b131f..7fd7c0d9 100644 --- a/.forgejo/workflows/flutter.yml +++ b/.forgejo/workflows/flutter.yml @@ -27,7 +27,7 @@ on: jobs: analyze-test-build: - runs-on: ubuntu-latest + runs-on: go-ci defaults: run: