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 fb79f26 commit bbad93aCopy full SHA for bbad93a
.github/workflows/build.yml
@@ -17,6 +17,10 @@ jobs:
17
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18
- name: Install Build Wrapper
19
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4
20
+ - name: Use Xcode 15.0
21
+ run: |
22
+ # The xccov scripts below currently only work with Xcode 15.0
23
+ sudo xcode-select -s "/Applications/Xcode_15.app"
24
- name: Run Build Wrapper
25
run: |
26
build-wrapper-macosx-x86 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} xcodebuild -project macos-xcode.xcodeproj -scheme macos-xcode
0 commit comments