From 6d72d85acb6a7db3865d78b085d98514d91df35e Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sat, 14 Nov 2020 17:07:36 +0800 Subject: [PATCH] ci: try to fix deploy script --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 180ff0c..f8771a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: - main jobs: build: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v1