From f9c26b14aa62745cb3468c996b8cc062412e7625 Mon Sep 17 00:00:00 2001 From: sjungwon03 Date: Fri, 31 Jul 2026 15:34:42 +0900 Subject: [PATCH] fix(ci): use a Swift 6.2 capable iOS runner --- .github/workflows/ios-app-store-connect.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios-app-store-connect.yml b/.github/workflows/ios-app-store-connect.yml index 5af3df2..2011796 100644 --- a/.github/workflows/ios-app-store-connect.yml +++ b/.github/workflows/ios-app-store-connect.yml @@ -13,7 +13,8 @@ concurrency: jobs: upload: name: Build and upload iOS app - runs-on: macos-15 + # Expo's Swift package dependencies require Swift tools 6.2 or newer. + runs-on: macos-26 environment: app-store-production env: APPLE_TEAM_ID: ${{ vars.APPLE_TEAM_ID }}