Skip to content

Commit a601e23

Browse files
committed
Update _build.yml
1 parent ea571c5 commit a601e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Set XCode Version
2828
shell: bash
2929
run: |
30-
sudo xcode-select -s "/Applications/Xcode_15.1.app"
31-
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_15.1.app" >> $GITHUB_ENV
30+
sudo xcode-select -s "/Applications/Xcode_14.2.app"
31+
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_14.2.app" >> $GITHUB_ENV
3232
if: ${{ matrix.os == 'macos-latest' }}
3333

3434
- name: Install .NET 8 SDK

0 commit comments

Comments
 (0)