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-10-03 14:54:09 +0300
committerGitHub <noreply@github.com>2022-10-03 14:54:09 +0300
commit54f13dc2fd436f5dd8f34aeabd29d0699a2f072c (patch)
tree8be4525afaa76e7de6c93ac9ae0291a632272df8
parent2adac6056ba0de78317cfc9059d052d21e5f1aa7 (diff)
[ci] Update to new macOS and Ubuntu AzDO images (#21542)
The old ones are getting deprecated.
-rw-r--r--scripts/ci/mono-ci-job-template.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/mono-ci-job-template.yml b/scripts/ci/mono-ci-job-template.yml
index 7e2cdda2df3..b07b79113ed 100644
--- a/scripts/ci/mono-ci-job-template.yml
+++ b/scripts/ci/mono-ci-job-template.yml
@@ -26,11 +26,11 @@ jobs:
displayName: ${{ parameters.displayName }}
pool:
${{ if eq(parameters.os, 'osx') }}:
- vmImage: macos-10.15
+ vmImage: macos-11
${{ if eq(parameters.os, 'win') }}:
vmImage: windows-2019
${{ if and(eq(parameters.os, 'linux'),eq(parameters.arch, 'amd64')) }}:
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
${{ if and(eq(parameters.os, 'linux'),eq(parameters.arch, 'aarch64')) }}:
name: MonoARM64
${{ if and(eq(parameters.os, 'linux'),eq(parameters.arch, 'armhf')) }}: