From 5567e4785dee8b02ea5ffa2ac9d39b1cb04ecbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 1 Sep 2022 16:03:25 +0200 Subject: [ci] Use latest macOS and Ubuntu images for mono-mono-signing.yml --- scripts/ci/mono-mono-signing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ci/mono-mono-signing.yml b/scripts/ci/mono-mono-signing.yml index f9d0d59f8ea..5e2b0e9ccc1 100644 --- a/scripts/ci/mono-mono-signing.yml +++ b/scripts/ci/mono-mono-signing.yml @@ -1,6 +1,6 @@ parameters: - name: mono_branch - displayName: Branch of build + displayName: Branch of build to sign type: string default: main values: @@ -28,7 +28,7 @@ jobs: displayName: Mono .PKG Signing condition: ne(${{ parameters.mac_build_number }}, 0) pool: - vmImage: 'macOS-10.15' + vmImage: 'macOS-latest' timeoutInMinutes: 180 workspace: clean: all @@ -256,7 +256,7 @@ jobs: displayName: Mono .MSI Signing condition: ne(${{ parameters.windows_build_number }}, 0) pool: - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-latest' timeoutInMinutes: 180 workspace: clean: all -- cgit v1.2.3