mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
downgraded iphone version to the supported one
This commit is contained in:
parent
d7a3ed793b
commit
06712b8a2e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_check.yml
vendored
2
.github/workflows/pr_check.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
|||
uses: futureware-tech/simulator-action@v3
|
||||
if: ${{ matrix.os == 'macos-11' }}
|
||||
with:
|
||||
model: "iPhone 15"
|
||||
model: "iPhone 12"
|
||||
- name: Run tests
|
||||
if: ${{ matrix.os == 'macos-11' }}
|
||||
run: flutter test integration_test --flavor dev --dart-define cameraStubImage=assets/camera_stub_image.jpg
|
||||
|
|
Loading…
Reference in a new issue