diff --git a/vsts_ci/azure-pipelines.yml b/vsts_ci/azure-pipelines.yml index f0f4b10..33d1b03 100644 --- a/vsts_ci/azure-pipelines.yml +++ b/vsts_ci/azure-pipelines.yml @@ -26,6 +26,8 @@ stages: - template: raspi/continuous-raspi.yml - job: GithubRelease + pool: + vmImage: ubuntu-18.04 dependsOn: - LinuxUnitTests - RaspberryPiUnitTests