From 6ca5897fda0507772778ad36cf6feb776e9cdfac Mon Sep 17 00:00:00 2001 From: bu-tokumitsu Date: Fri, 3 Oct 2025 11:38:52 +0900 Subject: [PATCH 1/2] modify ios build-test action --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4273167..96e6334 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -10,8 +10,8 @@ on: env: FLUTTER_CHANNEL: stable CACHE_NUMBER: 0 # increment to truncate cache - IOS_SIMULATOR_DEVICE: iPhone 15 Pro - IOS_SIMULATOR_RUNTIME: iOS-17-5 + IOS_SIMULATOR_DEVICE: iPhone 17 Pro + IOS_SIMULATOR_RUNTIME: iOS-26-0 USER_JAVA_VERSION: 17 jobs: From d46da1025950cec3ee50b1a04d9fb9e6b5d96092 Mon Sep 17 00:00:00 2001 From: bu-tokumitsu Date: Wed, 8 Oct 2025 09:57:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 96e6334..852bd2d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -81,7 +81,7 @@ jobs: build-ios: needs: build - runs-on: macos-latest + runs-on: macos-15 timeout-minutes: 30 steps: # setup flutter