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 e3ee1a3 commit 14fd76d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# A set of different configurations of the virtual environment.
matrix:
device:
- "iPhone 14 Pro Max"
- "iPhone 15 Pro Max"
# When set to true, GitHub cancels all in-progress jobs if any matrix job
# fails.
fail-fast: false
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
# set of different configurations of the virtual environment.
matrix:
api-level: [33]
api-level: [34]
target: [google_apis]
steps:
- uses: actions/checkout@v3
Expand All @@ -79,7 +79,7 @@ jobs:
with:
flutter-version: '3.24.0'
channel: 'stable' # or: 'dev' or 'beta'
architecture: x64
architecture: arm64-v8a
- 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 14fd76d

Please sign in to comment.