Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-09-01 17:03:25 +0300
committerGitHub <noreply@github.com>2022-09-01 17:03:25 +0300
commit5567e4785dee8b02ea5ffa2ac9d39b1cb04ecbf4 (patch)
tree6d1c197d40461ec48e1993497981e33c0b32ce0c
parentef848cfa83ea16b8afbd5b933968b1838df19505 (diff)
[ci] Use latest macOS and Ubuntu images for mono-mono-signing.yml
-rw-r--r--scripts/ci/mono-mono-signing.yml6
1 files 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