File tree 2 files changed +0
-14
lines changed 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 78
78
79
79
# Can't run tests: cross-compiling
80
80
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
81
-
82
- # Use the beta compiler
83
- sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
84
-
85
- # 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
88
81
if : matrix.target == 'aarch64-apple-darwin'
89
82
- name : Ensure we have our goal target installed
90
83
run : |
Original file line number Diff line number Diff line change 78
78
79
79
# Can't run tests: cross-compiling
80
80
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
81
-
82
- # Use the beta compiler
83
- sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
84
-
85
- # 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
88
81
if : matrix.target == 'aarch64-apple-darwin'
89
82
- name : Ensure we have our goal target installed
90
83
run : |
You can’t perform that action at this time.
0 commit comments