Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed May 15, 2024
1 parent 63681d7 commit dce1f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
# A set of different configurations of the virtual environment.
matrix:
device:
- "iPhone 8"
- "iPhone 14 Pro Max"
# When set to true, GitHub cancels all in-progress jobs if any matrix job
# fails.
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
strategy:
# set of different configurations of the virtual environment.
matrix:
api-level: [21, 33]
api-level: [33]
target: [google_apis]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dce1f5d

Please sign in to comment.