Browse Source
macos-12 is in beta,use macos-11 instead
pull/8639/head
Tako
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
azure-pipelines.yml
|
|
|
@ -59,7 +59,7 @@ jobs: |
|
|
|
variables: |
|
|
|
SolutionDir: '$(Build.SourcesDirectory)' |
|
|
|
pool: |
|
|
|
vmImage: 'macos-12' |
|
|
|
vmImage: 'macos-11' |
|
|
|
steps: |
|
|
|
- task: UseDotNet@2 |
|
|
|
displayName: 'Use .NET Core SDK 3.1.418' |
|
|
|
|