File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7979 # Can't run tests: cross-compiling
8080 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8181
82+ # Use the beta compiler
83+ sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
84+
8285 # Set SDK environment variables
8386 echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
8487 echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 7979 # Can't run tests: cross-compiling
8080 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8181
82+ # Use the beta compiler
83+ sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
84+
8285 # Set SDK environment variables
8386 echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
8487 echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments