Skip to content

Commit

Permalink
Specify iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Jun 12, 2024
1 parent eff27e5 commit 636c72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
model: iPhone 15 Pro Max
erase_before_boot: true
shutdown_after_job: true
os_version: 16.2

- uses: subosito/flutter-action@v2
with:
Expand All @@ -124,7 +125,7 @@ jobs:

- name: Run tests
working-directory: example
run: ./tool/e2e_tests.sh http://10.0.2.2:9090
run: ./tool/e2e_tests.sh http://0.0.0.0:9090

build-web:
name: Integration tests on Web
Expand Down

0 comments on commit 636c72e

Please sign in to comment.