Skip to content

Commit

Permalink
Change min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 5, 2024
1 parent 4458f76 commit 13afe11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
TARGET: "${{ matrix.env.TARGET }}"
- name: Setup macos build tooling
run: |
sudo xcode-select -s /Applications/Xcode_13.1.app/Contents/Developer/
sudo xcode-select -s /Applications/Xcode_15.2.0.app/Contents/Developer/
# Set SDK environment variables
echo "SDKROOT=$(xcrun -sdk macosx12.0 --show-sdk-path)" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx12.0 --show-sdk-platform-version)" >> $GITHUB_ENV
echo "SDKROOT=$(xcrun -sdk macosx13.0 --show-sdk-path)" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx13.0 --show-sdk-platform-version)" >> $GITHUB_ENV
if: startswith(matrix.os, 'macos')
- name: Setup Windows Bazelrc
run: |
Expand Down

0 comments on commit 13afe11

Please sign in to comment.