From abf2abfe280638b190f641c60e3fe6416701f5ba Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Sun, 14 Dec 2025 12:21:44 +0900 Subject: [PATCH] chore: Modify --- .github/workflows/integration_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index eeecb46..fb645a0 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -14,7 +14,7 @@ jobs: contents: read strategy: matrix: - api-level: [29, 35] + api-level: [29] fail-fast: false steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 @@ -46,7 +46,7 @@ jobs: contents: read strategy: matrix: - simulator: [{os: "18.6", model: "iPhone SE (3rd generation)"}, {os: "26.1", model: "iPhone SE (3rd generation)"}] + simulator: [{os: "18.6", model: "iPhone SE (3rd generation)"}] fail-fast: false steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1