From e9048aa71a1db9db98d60800ba9947172262d31b Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sat, 23 Nov 2024 03:12:54 +0900 Subject: [PATCH] ci: use iPhone 15 for integration test (#477) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8478105..8f515b45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: Start simulator uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: Pre-build the app uses: nick-fields/retry@v3