Skip to content

Commit

Permalink
Update macOS image
Browse files Browse the repository at this point in the history
The 10.13 image was removed by Azure and no longer builds.
  • Loading branch information
phil-opp committed Apr 1, 2020
1 parent a4d30e3 commit 2ba0f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
image_name: 'ubuntu-16.04'
rustup_toolchain: stable
mac:
image_name: 'macos-10.13'
image_name: 'macOS-10.15'
rustup_toolchain: stable
windows:
image_name: 'vs2017-win2016'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
image_name: 'ubuntu-16.04'
rustup_toolchain: nightly
mac:
image_name: 'macos-10.13'
image_name: 'macos-10.15'
rustup_toolchain: nightly
windows:
image_name: 'vs2017-win2016'
Expand Down

0 comments on commit 2ba0f81

Please sign in to comment.