From b690ec9a9a735cba860c7600d8ebbbb997c1f053 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Thu, 10 Oct 2024 13:25:15 +0200 Subject: [PATCH] Use iPhone 15 --- .github/workflows/integration_tests_app_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index 648d964f5..e56349293 100644 --- a/.github/workflows/integration_tests_app_ci.yml +++ b/.github/workflows/integration_tests_app_ci.yml @@ -193,7 +193,7 @@ jobs: - uses: futureware-tech/simulator-action@48e51da14445b3eedca643bba4b78d9d8332ff31 id: simulator with: - model: "iPhone 13" + model: "iPhone 15" - name: Run integration tests working-directory: app