Skip to content

Commit

Permalink
change destination of test job in build workflow to iPhone 15 pro
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiMadlener committed Nov 18, 2024
1 parent f8dc25c commit f72a0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
destination: ['platform=iOS\ Simulator,OS=18.0,name=iPhone\ 16\ Pro']
destination: ['platform=iOS\ Simulator,OS=18.0,name=iPhone\ 15\ Pro']
scheme: ['ResearchKit']
name: ${{ matrix.scheme }} Unit Tests
steps:
Expand Down

0 comments on commit f72a0b9

Please sign in to comment.