Skip to content

Commit b108fda

Browse files
committed
update destination simulator for build and unit tests
1 parent 2643d20 commit b108fda

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 15,OS=latest'
33+
destination: 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=18.5'
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
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
scheme: FaceLiveness
3232
token: ${{ secrets.CODECOV_TOKEN }}
33-
destination: 'platform=iOS Simulator,name=iPhone 15,OS=latest'
33+
destination: 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=18.5'
3434
generate_coverage: true

0 commit comments

Comments
 (0)