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 }}