File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,15 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
device :
14
- - " iPhone 12 mini (14.2) "
14
+ - " iPhone 12 mini"
15
15
fail-fast : false
16
16
runs-on : macos-10.15
17
17
steps :
18
18
- name : " List all simulators"
19
- run : " xcrun instruments -s "
19
+ run : " xcrun xctrace list devices "
20
20
- name : " Start Simulator"
21
21
run : |
22
- UDID=$(
23
- xcrun instruments -s |
24
- awk \
25
- -F ' *[][]' \
26
- -v 'device=${{ matrix.device }}' \
27
- '$1 == device { print $2 }'
28
- )
22
+ UDID=$(xcrun instruments -s | awk -F ' *[][]' '/${{ matrix.device }}/ { print $2; exit }')
29
23
xcrun simctl boot "${UDID:?No Simulator with this name found}"
30
24
- uses : actions/checkout@v1
31
25
- uses : subosito/flutter-action@v1
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ packages:
270
270
path: ".."
271
271
relative: true
272
272
source: path
273
- version: "1.1.1 "
273
+ version: "1.1.2 "
274
274
package_config:
275
275
dependency: transitive
276
276
description:
@@ -494,5 +494,5 @@ packages:
494
494
source: hosted
495
495
version: "2.2.1"
496
496
sdks:
497
- dart: ">=2.12.0-0.0 <=2.12.0-76 .0.dev"
497
+ dart: ">=2.12.0-0.0 <=2.12.0-141 .0.dev"
498
498
flutter: ">=1.10.0 <2.0.0"
You can’t perform that action at this time.
0 commit comments