Skip to content

Commit 6093af9

Browse files
committed
Update macOS SDK from 11.0 -> 11.3.
This commit will be squashed before merge.
1 parent e76a37e commit 6093af9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos-builds-on-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
8484
8585
# Set SDK environment variables
86-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
87-
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
86+
echo "SDKROOT=$(xcrun -sdk macosx11.3 --show-sdk-path)" >> $GITHUB_ENV
87+
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.3 --show-sdk-platform-version)" >> $GITHUB_ENV
8888
if: matrix.target == 'aarch64-apple-darwin'
8989
- name: Ensure we have our goal target installed
9090
run: |

ci/actions-templates/macos-builds-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
8484
8585
# Set SDK environment variables
86-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
87-
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
86+
echo "SDKROOT=$(xcrun -sdk macosx11.3 --show-sdk-path)" >> $GITHUB_ENV
87+
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.3 --show-sdk-platform-version)" >> $GITHUB_ENV
8888
if: matrix.target == 'aarch64-apple-darwin'
8989
- name: Ensure we have our goal target installed
9090
run: |

0 commit comments

Comments
 (0)