From 3bc18ab0d1ffbcd14b28fc5c51c4855310ae3b9d Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 19 Jan 2021 23:54:10 -0800 Subject: [PATCH] na Signed-off-by: Nikolaj Bjorner --- scripts/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/release.yml b/scripts/release.yml index 14ac6d09e..8bfafb416 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -6,7 +6,7 @@ trigger: none variables: - ReleaseVersion: '4.8.9' + ReleaseVersion: '4.8.10' stages: @@ -46,7 +46,7 @@ stages: - job: UbuntuBuild displayName: "Ubuntu build" pool: - vmImage: "ubuntu-16.04" + vmImage: "ubuntu-latest" steps: - task: PythonScript@0 displayName: Build @@ -231,7 +231,7 @@ stages: - job: PythonPackage displayName: "Python packaging" pool: - vmImage: "ubuntu-16.04" + vmImage: "ubuntu-latest" steps: - task: DownloadPipelineArtifact@2 displayName: 'Download macOS Build' @@ -344,7 +344,7 @@ stages: condition: eq(0,1) displayName: "Publish to PyPI" pool: - vmImage: "ubuntu-16.04" + vmImage: "ubuntu-latest" steps: - task: DownloadPipelineArtifact@2 inputs: