Skip to content

Commit 8d01caa

Browse files
committed
update destination iPhone version
1 parent 0464425 commit 8d01caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_liveness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./.github/composite_actions/run_xcodebuild
3131
with:
3232
scheme: FaceLiveness
33-
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
33+
destination: 'platform=iOS Simulator,name=iPhone 15,OS=latest'
3434

3535
confirm-pass:
3636
runs-on: ubuntu-latest

.github/workflows/liveness_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
scheme: FaceLiveness
2929
token: ${{ secrets.CODECOV_TOKEN }}
30-
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
30+
destination: 'platform=iOS Simulator,name=iPhone 15,OS=latest'
3131
generate_coverage: true

0 commit comments

Comments
 (0)