Skip to content

Commit 527befd

Browse files
committed
. e Use Xcode 16.2 on runner
1 parent 7ca63ab commit 527befd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sampleApp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: List available Xcode versions
2121
run: ls /Applications | grep Xcode
2222
- name: Set up Xcode version
23-
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
23+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
2424
- name: Show current version of Xcode
2525
run: xcodebuild -version
2626
- name: Run tests

0 commit comments

Comments
 (0)