Skip to content

Commit 190d198

Browse files
committed
ci: switch to xcode 9.3 on azure
1 parent 8d42b87 commit 190d198

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ steps:
3535
displayName: Install build dependencies (OSX)
3636
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'), eq(variables['RUST_CHECK_TARGET'],'dist'))
3737

38+
- bash: |
39+
set -e
40+
sudo xcode-select --switch /Applications/Xcode_9.3.app
41+
displayName: Switch to Xcode 9.3 (OSX)
42+
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'), eq(variables['RUST_CHECK_TARGET'],'dist'))
43+
3844
- template: install-windows-build-deps.yml
3945

4046
# Looks like docker containers have IPv6 disabled by default, so let's turn it

0 commit comments

Comments
 (0)