Skip to content

Commit

Permalink
Update vm images for Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
the-eater committed Dec 29, 2020
1 parent 9779594 commit 49707e6
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 @@ -15,7 +15,7 @@ stages:
imageName: 'ubuntu-16.04'
buildName: 'linux'
mac:
imageName: 'macos-10.13'
imageName: 'macOS-latest'
buildName: 'osx'
pool:
vmImage: $(imageName)
Expand All @@ -37,7 +37,7 @@ stages:
artifactName: 'aardvark-$(buildName)'
- job: build_win_image
pool:
vmImage: 'win1803'
vmImage: 'windows-latest'
container: openjdk:12.0.1-jdk-windowsservercore-1803
steps:
- task: Gradle@2
Expand Down

0 comments on commit 49707e6

Please sign in to comment.