From 40677676dd1936cffd2f655f69c3d346d9a8030d Mon Sep 17 00:00:00 2001 From: Victor Bayona Date: Tue, 30 Jun 2026 12:15:39 +0900 Subject: [PATCH 1/2] Bump macOS runner to macos-26 and use latest Xcode for e2e iOS CI --- .github/workflows/e2e-ios.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-ios.yaml b/.github/workflows/e2e-ios.yaml index a9ce504..e1ba18f 100644 --- a/.github/workflows/e2e-ios.yaml +++ b/.github/workflows/e2e-ios.yaml @@ -7,7 +7,7 @@ on: jobs: publish-flutter-ios-e2e-app: - runs-on: macos-15 + runs-on: macos-26 environment: name: Only Main steps: @@ -16,7 +16,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 with: - xcode-version: '16.2' + xcode-version: 'latest' - name: Run Xcode first launch tasks run: xcodebuild -runFirstLaunch From 1a89cb6c7f9cab8af2b0772e182435886a6ac745 Mon Sep 17 00:00:00 2001 From: Victor Bayona Date: Tue, 30 Jun 2026 12:16:02 +0900 Subject: [PATCH 2/2] Use Xcode 26.5 for e2e iOS CI --- .github/workflows/e2e-ios.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-ios.yaml b/.github/workflows/e2e-ios.yaml index e1ba18f..9273c9f 100644 --- a/.github/workflows/e2e-ios.yaml +++ b/.github/workflows/e2e-ios.yaml @@ -16,7 +16,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 with: - xcode-version: 'latest' + xcode-version: '26.5' - name: Run Xcode first launch tasks run: xcodebuild -runFirstLaunch