Skip to content

Commit

Permalink
Update build to Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Oct 23, 2024
1 parent 82d8afa commit c03b8fd
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.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_15.2.app" >> $GITHUB_ENV
sudo xcode-select -s "/Applications/Xcode_16.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_16.app" >> $GITHUB_ENV
if: ${{ matrix.os == 'macos-14' }}

- name: Install .NET 8 SDK
Expand Down

0 comments on commit c03b8fd

Please sign in to comment.