From 57d3c62bf75c5a33f61da38b5918c38e02b8fd34 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 28 Jul 2020 14:11:06 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12c0485c..0381af9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Codecov run: bash <(curl -s https://codecov.io/bash) -c -t ${{ secrets.CODECOV_TOKEN }} -f coverage/lcov.info -F flutter_tool build_and_deploy_ios: - runs-on: [macos-latest] + runs-on: [macos-latest] steps: - uses: actions/checkout@v1 - name: Cache RubyGems