From 75685ccc789ee6dcf7372090927fe24b809557d1 Mon Sep 17 00:00:00 2001 From: u221711 Date: Wed, 30 Oct 2024 00:09:01 +0100 Subject: [PATCH] run android on ubuntu --- .github/workflows/flutter_android_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_android_build.yml b/.github/workflows/flutter_android_build.yml index a6ec045..c0c3c4f 100644 --- a/.github/workflows/flutter_android_build.yml +++ b/.github/workflows/flutter_android_build.yml @@ -27,7 +27,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4