tangled
alpha
login
or
join now
isuggest.selfce.st
/
catsky-social
18
fork
atom
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
18
fork
atom
overview
issues
pulls
pipelines
update xcode (#9215)
authored by
samuel.fm
and committed by
GitHub
4 months ago
25d44d89
e7801a0b
+4
-4
2 changed files
expand all
collapse all
unified
split
.github
workflows
build-submit-ios.yml
bundle-deploy-eas-update.yml
+2
-2
.github/workflows/build-submit-ios.yml
···
15
build:
16
if: github.repository == 'bluesky-social/social-app'
17
name: Build and Submit iOS
18
-
runs-on: macos-15
19
steps:
20
- name: Check for EXPO_TOKEN
21
run: >
···
53
54
- uses: maxim-lobanov/setup-xcode@v1
55
with:
56
-
xcode-version: "16.4"
57
58
- name: ☕️ Setup Cocoapods
59
uses: maxim-lobanov/setup-cocoapods@v1
···
15
build:
16
if: github.repository == 'bluesky-social/social-app'
17
name: Build and Submit iOS
18
+
runs-on: macos-26
19
steps:
20
- name: Check for EXPO_TOKEN
21
run: >
···
53
54
- uses: maxim-lobanov/setup-xcode@v1
55
with:
56
+
xcode-version: "26.0"
57
58
- name: ☕️ Setup Cocoapods
59
uses: maxim-lobanov/setup-cocoapods@v1
+2
-2
.github/workflows/bundle-deploy-eas-update.yml
···
150
# GitHub actions are horrible so let's just copy paste this in
151
buildIfNecessaryIOS:
152
name: Build and Submit iOS
153
-
runs-on: macos-15
154
concurrency:
155
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios
156
cancel-in-progress: true
···
192
193
- uses: maxim-lobanov/setup-xcode@v1
194
with:
195
-
xcode-version: "16.2"
196
197
- name: ☕️ Setup Cocoapods
198
uses: maxim-lobanov/setup-cocoapods@v1
···
150
# GitHub actions are horrible so let's just copy paste this in
151
buildIfNecessaryIOS:
152
name: Build and Submit iOS
153
+
runs-on: macos-26
154
concurrency:
155
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios
156
cancel-in-progress: true
···
192
193
- uses: maxim-lobanov/setup-xcode@v1
194
with:
195
+
xcode-version: "26.0"
196
197
- name: ☕️ Setup Cocoapods
198
uses: maxim-lobanov/setup-cocoapods@v1