Skip to content

Commit 1b225d9

Browse files
committed
bump vesion
1 parent 23b6675 commit 1b225d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter_integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: macos-10.15
10+
runs-on: macos-latest
1111
defaults:
1212
run:
1313
working-directory: ./flutter/example
@@ -37,7 +37,7 @@ jobs:
3737
uses: futureware-tech/simulator-action@v1
3838
with:
3939
model: 'iPhone 8'
40-
os_version: '14.4'
40+
os_version: '15.2'
4141

4242
- name: run ios integration test
4343
run: flutter test integration_test/launch_test.dart

0 commit comments

Comments
 (0)