We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a8dd1 commit 18c852eCopy full SHA for 18c852e
.github/workflows/google-utilities.yml
@@ -77,7 +77,9 @@ jobs:
77
- name: Setup Scripts Directory
78
run: ./setup-scripts.sh
79
- name: Initialize xcodebuild
80
- run: xcodebuild -list
+ run: |
81
+ sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
82
+ xcodebuild -list
83
- name: iOS Unit Tests
84
run: scripts/third_party/travis/retry.sh scripts/build.sh GoogleUtilities-Package ${{ matrix.target }} spm
85
0 commit comments