From f72a0b9c801988271aa135daaa08154a0038d7c1 Mon Sep 17 00:00:00 2001 From: NikolaiMadlener Date: Mon, 18 Nov 2024 12:24:48 +0100 Subject: [PATCH] change destination of test job in build workflow to iPhone 15 pro --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: