Skip to content

Commit

Permalink
revert android changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Aug 1, 2024
1 parent 46359ac commit 7890749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: flutter test -d ${{ steps.start_simulator.outputs.udid }} integration_test

android_integration_test:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
with: |
api-level: 33
target: google_apis
arch: arm64-v8a
arch: x86_64
ram-size: 1024M
disk-size: 2048M
script: cd packages/flutter_mimir/example && flutter test -d `flutter devices | grep android | tr ' ' '\n' | grep emulator-` integration_test

0 comments on commit 7890749

Please sign in to comment.