Skip to content

Commit

Permalink
更新测试设备信息
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Nov 24, 2024
1 parent 14fd76d commit a04bcba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
strategy:
# set of different configurations of the virtual environment.
matrix:
api-level: [34]
api-level: [33]
target: [google_apis]
arch: arm64-v8a
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
Expand All @@ -79,7 +80,7 @@ jobs:
with:
flutter-version: '3.24.0'
channel: 'stable' # or: 'dev' or 'beta'
architecture: arm64-v8a
architecture: x64
- name: "Run Flutter Driver tests"
# GitHub Action for installing, configuring and running Android Emulators (work only Mac OS)
# https://github.com/marketplace/actions/android-emulator-runner
Expand Down

0 comments on commit a04bcba

Please sign in to comment.