Skip to content

Commit

Permalink
Update _build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Jan 31, 2024
1 parent ea571c5 commit a601e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Set XCode Version
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_15.1.app"
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
if: ${{ matrix.os == 'macos-latest' }}

- name: Install .NET 8 SDK
Expand Down

0 comments on commit a601e23

Please sign in to comment.