From f2611b98565f104d7a6e058fe6dd390ce0dc7dcb Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Fri, 12 Dec 2025 22:21:20 +0900 Subject: [PATCH] chore: iOS simulator --- .github/workflows/integration_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 0de6692..f91633d 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -46,7 +46,7 @@ jobs: contents: read strategy: matrix: - simulator: [{os: "18.6", model: "iPhone 16"}] + simulator: [{os: "18.6", model: "iPhone SE (3rd generation)"}, {os: "26.1", model: "iPhone SE (3rd generation)"}] fail-fast: false steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1