Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use latest macos/xcode (#7893)

authored by

Hailey and committed by
GitHub
dda0db99 67c394bc

+4 -4
+2 -2
.github/workflows/build-submit-ios.yml
··· 14 14 jobs: 15 15 build: 16 16 name: Build and Submit iOS 17 - runs-on: macos-14 17 + runs-on: macos-15 18 18 steps: 19 19 - name: Check for EXPO_TOKEN 20 20 run: > ··· 52 52 53 53 - uses: maxim-lobanov/setup-xcode@v1 54 54 with: 55 - xcode-version: '15.3' 55 + xcode-version: '16.2' 56 56 57 57 - name: ☕️ Setup Cocoapods 58 58 uses: maxim-lobanov/setup-cocoapods@v1
+2 -2
.github/workflows/bundle-deploy-eas-update.yml
··· 134 134 # GitHub actions are horrible so let's just copy paste this in 135 135 buildIfNecessaryIOS: 136 136 name: Build and Submit iOS 137 - runs-on: macos-14 137 + runs-on: macos-15 138 138 concurrency: 139 139 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios 140 140 cancel-in-progress: true ··· 176 176 177 177 - uses: maxim-lobanov/setup-xcode@v1 178 178 with: 179 - xcode-version: '15.3' 179 + xcode-version: '16.2' 180 180 181 181 - name: ☕️ Setup Cocoapods 182 182 uses: maxim-lobanov/setup-cocoapods@v1