diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38a5e4e22..a37bf1b76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: