Skip to content

Commit d9c22c2

Browse files
authored
Merge pull request OwnTube-tv#331 from mykhailodanilenko/feature/debump-xcode
pin ios&tvOS sdk to 18.0 in testflight action
2 parents fd20ee3 + d134aa0 commit d9c22c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/testflight.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
with:
7575
node-version: 20.x
7676

77+
- name: Set Xcode version
78+
run: sudo xcode-select -s /Applications/Xcode_16.0.app
79+
7780
- name: Install Dependencies
7881
run: cd OwnTube.tv/ && npm install
7982

@@ -147,7 +150,7 @@ jobs:
147150
-workspace "$WORKSPACE_FILE" \
148151
-scheme "$SCHEME" \
149152
-configuration Release \
150-
-sdk ${{ inputs.target }}18.4 \
153+
-sdk ${{ inputs.target }}18.0 \
151154
-quiet \
152155
-archivePath ./build/OwnTube.xcarchive \
153156
archive \

0 commit comments

Comments
 (0)