File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,16 @@ jobs:
9090 - name : Setup macos build tooling
9191 run : |
9292 ls -la /Applications/
93- sudo xcode-select -s /Applications/Xcode_16.0.0 .app/Contents/Developer/
93+ sudo xcode-select -s /Applications/Xcode_16.1 .app/Contents/Developer/
9494 xcodebuild -showsdks
9595 # Set SDK environment variables
96- echo "SDKROOT=$(xcrun -sdk macosx14.2 --show-sdk-path)" >> $GITHUB_ENV
97- MACOSX_DEPLOYMENT_TARGET="$(xcrun -sdk macosx14.2 --show-sdk-platform-version)"
96+ echo "SDKROOT=$(xcrun -sdk ${{ env.TARGET_SDK }} --show-sdk-path)" >> $GITHUB_ENV
97+ MACOSX_DEPLOYMENT_TARGET="$(xcrun -sdk ${{ env.TARGET_SDK }} --show-sdk-platform-version)"
9898 if [[ -n "${MACOSX_DEPLOYMENT_TARGET}" ]]; then
9999 echo "MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET}" >> $GITHUB_ENV
100100 fi
101+ env :
102+ TARGET_SDK : macosx15.0
101103 if : startswith(matrix.os, 'macos')
102104 - name : Setup Windows Bazelrc
103105 run : |
You can’t perform that action at this time.
0 commit comments