ci: remove xcode switch step

Refs 480888c7ce
This commit is contained in:
deepak1556 2021-11-26 15:19:42 +09:00
parent 480888c7ce
commit d18d093403
1 changed files with 0 additions and 6 deletions

View File

@ -37,12 +37,6 @@ steps:
git config user.name "VSCode"
displayName: Prepare tooling
- script: |
set -e
sudo xcode-select -s /Applications/Xcode_12.2.app
displayName: Switch to Xcode 12
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'arm64'))
- script: |
set -e
git pull --no-rebase https://github.com/$(VSCODE_MIXIN_REPO).git $(node -p "require('./package.json').distro")