Skip to content

Commit 232a6d9

Browse files
worker xcode
1 parent 28f6c9c commit 232a6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Checkout Code
1616
uses: actions/checkout@v3
1717

18-
- name: Set Up Xcode
19-
run: sudo xcode-select -switch /Applications/Xcode.app
18+
- name: Select Xcode 16.2
19+
run: sudo xcode-select -switch /Applications/Xcode_16.2.app
2020

2121
- name: Build tvOS App
2222
run: |

0 commit comments

Comments
 (0)