Skip to content

Commit 6abd4f5

Browse files
committed
. e Don't set Xcode version
1 parent 211ec7d commit 6abd4f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sampleApp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: List available Xcode versions
2121
run: ls /Applications | grep Xcode
22-
- name: Set up Xcode version
23-
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
2422
- name: Show current version of Xcode
2523
run: xcodebuild -version
2624
- name: Run tests

0 commit comments

Comments
 (0)