Skip to content

Commit

Permalink
Roll macOS from 10.13 (deprecated) to 10.15 on Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Apr 25, 2020
1 parent 9c01882 commit 611e5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
- job: Darwin
timeoutInMinutes: 120
pool:
vmImage: 'macos-10.13'
vmImage: 'macos-10.15'
steps:
- script: |
./scripts/provision_mac.sh
# Pick the most recent toolchain (the default is Xcode 8.3.3)
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
# Pick the most recent toolchain (the default is Xcode 11.3.1)
sudo xcode-select --switch /Applications/Xcode_11.4.app/Contents/Developer
# speeds up provisioning
export HOMEBREW_NO_AUTO_UPDATE=1
# helps the `curl-sys` create determine how to link in libcurl.
Expand Down

0 comments on commit 611e5b8

Please sign in to comment.