Skip to content

Commit 97046d6

Browse files
committed
specify device
1 parent 14171b1 commit 97046d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/flutter_integration_test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: macos-latest
10+
runs-on: macos-10.15 # Supports iOS simulator 14.4
1111
defaults:
1212
run:
1313
working-directory: ./flutter/example
@@ -36,7 +36,8 @@ jobs:
3636
- name: launch ios emulator
3737
uses: futureware-tech/simulator-action@v1
3838
with:
39-
os_version: '15.2'
39+
device: 'iPhone 8'
40+
os_version: '14.4'
4041

4142
- name: run ios integration test
4243
run: flutter test integration_test/launch_test.dart

0 commit comments

Comments
 (0)