We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca63ab commit 527befdCopy full SHA for 527befd
.github/workflows/sampleApp.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: List available Xcode versions
21
run: ls /Applications | grep Xcode
22
- name: Set up Xcode version
23
- run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
24
- name: Show current version of Xcode
25
run: xcodebuild -version
26
- name: Run tests
0 commit comments