Skip to content

Commit

Permalink
[ci][build.yaml] Fix sdkmanager install failed in integration_test_an…
Browse files Browse the repository at this point in the history
…droid (#1428)

Temporarily fix the sdkmanager tool installation issue
actions/runner-images#8761
  • Loading branch information
littleGnAl authored Nov 8, 2023
1 parent 64dbdad commit 5a6f91b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5a6f91b

Please sign in to comment.