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 ea571c5 commit a601e23Copy full SHA for a601e23
.github/workflows/_build.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Set XCode Version
28
shell: bash
29
run: |
30
- sudo xcode-select -s "/Applications/Xcode_15.1.app"
31
- echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_15.1.app" >> $GITHUB_ENV
+ sudo xcode-select -s "/Applications/Xcode_14.2.app"
+ echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_14.2.app" >> $GITHUB_ENV
32
if: ${{ matrix.os == 'macos-latest' }}
33
34
- name: Install .NET 8 SDK
0 commit comments