Skip to content

Commit 34e8fe5

Browse files
committed
Fixes
1 parent c8e6bc0 commit 34e8fe5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/io_file.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/io_file.yml'
1111
- 'pkgs/io_file/**'
12+
- 'pkgs/unix_api/**'
1213
pull_request:
1314
branches: [ main ]
1415
paths:
1516
- '.github/workflows/io_file.yml'
1617
- 'pkgs/io_file/**'
18+
- 'pkgs/unix_api/**'
1719
schedule:
1820
- cron: '0 0 * * 0' # weekly
1921

.github/workflows/unix_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd
9999
with:
100100
os: iOS
101-
os_version: '>=17.0'
101+
os_version: '>=13.0'
102102
- run: |
103103
flutter pub get
104104
flutter test integration_test --reporter=failures-only --test-randomize-ordering-seed=random

0 commit comments

Comments
 (0)