Skip to content

Commit bbad93a

Browse files
Use XCode 15
The default has been recently set to XCode 16
1 parent fb79f26 commit bbad93a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818
- name: Install Build Wrapper
1919
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"
2024
- name: Run Build Wrapper
2125
run: |
2226
build-wrapper-macosx-x86 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} xcodebuild -project macos-xcode.xcodeproj -scheme macos-xcode

0 commit comments

Comments
 (0)