From a048f1395d0ee37ef091bae12b834ffd64c109d2 Mon Sep 17 00:00:00 2001 From: Roscoe Rubin-Rottenberg Date: Fri, 24 Jul 2026 00:44:40 -0400 Subject: [PATCH] ci: use Xcode 26 for iOS checks --- .github/workflows/native-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-checks.yml b/.github/workflows/native-checks.yml index fd785c2..1f6a3db 100644 --- a/.github/workflows/native-checks.yml +++ b/.github/workflows/native-checks.yml @@ -55,7 +55,7 @@ jobs: run: flutter build apk --debug ios: - runs-on: blacksmith-6vcpu-macos-15 + runs-on: blacksmith-6vcpu-macos-26 steps: - name: Checkout Repository -- 2.51.2