Skip to content

Commit 5771ab0

Browse files
committed
. e Use Xcode 16.2 after all
1 parent dd8adbd commit 5771ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sampleApp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: List available Xcode versions
2424
run: ls /Applications | grep Xcode
25+
- name: Set up Xcode version
26+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
2527
- name: Show current version of Xcode
2628
run: xcodebuild -version
2729
- name: Run tests

0 commit comments

Comments
 (0)