Browse Source

macos-12 is in beta,use macos-11 instead

pull/8639/head
Tako 4 years ago
committed by GitHub
parent
commit
8d3984b929
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      azure-pipelines.yml

2
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'

Loading…
Cancel
Save