Skip to content

Commit df9cafd

Browse files
committed
ci: update emulator versions
1 parent 94a500d commit df9cafd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/flutter_integration.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
device: # Device names must be shown in `xcrun simctl list devices`
13-
- 'iPhone 12' # we are not specifying the iOS version as it tends to change
13+
- 'iPhone 14' # we are not specifying the iOS version as it tends to change
1414
fail-fast: false
1515
runs-on: 'macos-latest'
1616
steps:
@@ -66,5 +66,7 @@ jobs:
6666
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
6767
disable-animations: true
6868
script: |
69+
adb kill-server
70+
adb start-server
6971
flutter pub get
7072
cd test_integration && ./run_integration_tests.sh

0 commit comments

Comments
 (0)