Skip to content

Commit

Permalink
Update macOS image name
Browse files Browse the repository at this point in the history
Use macOS latest instead of a specific and old version.
  • Loading branch information
Orphis committed Jul 7, 2020
1 parent d3951bc commit 70b12f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ strategy:
BUILD_TARGET: 'Android'
BUILD_ARCH: 'x86_64'
macOS:
imageName: 'macos-10.13'
imageName: 'macos-latest'
BUILD_TARGET: 'macOS'
iOS:
imageName: 'macos-10.13'
imageName: 'macos-latest'
BUILD_TARGET: 'iOS'
Windows-v141-amd64:
imageName: 'vs2017-win2016'
Expand Down

0 comments on commit 70b12f6

Please sign in to comment.