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-07 13:45:38 +0300
committerGitHub <noreply@github.com>2022-09-07 13:45:38 +0300
commit602ff4e8a01b8694fdcd630d14cc909b378de7ea (patch)
treefa893121ab8a38c93bcae927e898b43091c3fd55
parent66272d9c9122a611bba4d29550bb06ef22c9e465 (diff)
Update mono-ci-job-template.ymlazdo-update
-rw-r--r--scripts/ci/mono-ci-job-template.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/mono-ci-job-template.yml b/scripts/ci/mono-ci-job-template.yml
index f4198b0e626..b07b79113ed 100644
--- a/scripts/ci/mono-ci-job-template.yml
+++ b/scripts/ci/mono-ci-job-template.yml
@@ -26,7 +26,7 @@ jobs:
displayName: ${{ parameters.displayName }}
pool:
${{ if eq(parameters.os, 'osx') }}:
- vmImage: macos-12
+ vmImage: macos-11
${{ if eq(parameters.os, 'win') }}:
vmImage: windows-2019
${{ if and(eq(parameters.os, 'linux'),eq(parameters.arch, 'amd64')) }}: