Skip to content

Commit 8fa7297

Browse files
committed
Another attempt at selecting xcode 16
1 parent 344e818 commit 8fa7297

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-ios.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
- name: Check out Git repository
2020
uses: actions/checkout@v3
2121

22-
- name: Select Xcode 16
23-
run: sudo xcode-select -s /Applications/Xcode_16.0.app
22+
- name: Set up Xcode 16
23+
uses: maxim-lobanov/setup-xcode@v1
24+
with:
25+
xcode-version: '16'
2426

2527
- name: Confirm Xcode version
2628
run: xcodebuild -version

0 commit comments

Comments
 (0)