tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social

update xcode (#9215)

authored by samuel.fm and committed by

GitHub 25d44d89 e7801a0b

+4 -4
+2 -2
.github/workflows/build-submit-ios.yml
··· 15 15 build: 16 16 if: github.repository == 'bluesky-social/social-app' 17 17 name: Build and Submit iOS 18 - runs-on: macos-15 18 + runs-on: macos-26 19 19 steps: 20 20 - name: Check for EXPO_TOKEN 21 21 run: > ··· 53 53 54 54 - uses: maxim-lobanov/setup-xcode@v1 55 55 with: 56 - xcode-version: "16.4" 56 + xcode-version: "26.0" 57 57 58 58 - name: ☕️ Setup Cocoapods 59 59 uses: maxim-lobanov/setup-cocoapods@v1
+2 -2
.github/workflows/bundle-deploy-eas-update.yml
··· 150 150 # GitHub actions are horrible so let's just copy paste this in 151 151 buildIfNecessaryIOS: 152 152 name: Build and Submit iOS 153 - runs-on: macos-15 153 + runs-on: macos-26 154 154 concurrency: 155 155 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios 156 156 cancel-in-progress: true ··· 192 192 193 193 - uses: maxim-lobanov/setup-xcode@v1 194 194 with: 195 - xcode-version: "16.2" 195 + xcode-version: "26.0" 196 196 197 197 - name: ☕️ Setup Cocoapods 198 198 uses: maxim-lobanov/setup-cocoapods@v1