From f783c180d832060f191043e0c9a5d23ee7e79dc1 Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sat, 23 Nov 2024 02:53:26 +0900 Subject: [PATCH] ci: use iPhone 15 for integration test --- .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