From 5a6f91b001398961d89ada9e012c4dd8983b7594 Mon Sep 17 00:00:00 2001 From: Littlegnal <8847263+littleGnAl@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:42:12 +0800 Subject: [PATCH] [ci][build.yaml] Fix sdkmanager install failed in integration_test_android (#1428) Temporarily fix the sdkmanager tool installation issue https://github.com/actions/runner-images/issues/8761 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85e9057c1..6978fc0e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,11 +71,10 @@ jobs: integration_test_android: name: Run Flutter Android Integration Tests if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} - needs: flutter_codestyle_check strategy: matrix: version: ["2.10.5", "3.13.4"] - runs-on: macos-13 + runs-on: macos-12 timeout-minutes: 120 env: TEST_APP_ID: ${{ secrets.MY_APP_ID }}