We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c8f2e commit 9db074fCopy full SHA for 9db074f
1 file changed
.github/workflows/flutter-drive.yml
@@ -17,7 +17,7 @@ jobs:
17
# A set of different configurations of the virtual environment.
18
matrix:
19
device:
20
- - "iPhone 15 Pro Max"
+ - "iPhone 17 Pro Max"
21
# When set to true, GitHub cancels all in-progress jobs if any matrix job
22
# fails.
23
fail-fast: false
@@ -65,7 +65,7 @@ jobs:
65
strategy:
66
# set of different configurations of the virtual environment.
67
68
- api-level: [29, 34]
+ api-level: [35]
69
target: [google_apis]
70
steps:
71
- uses: actions/checkout@v3
0 commit comments