Update macos version to macOS-latest in azure pipelines

This commit is contained in:
Luis Ángel San Martín 2022-09-02 18:06:55 +02:00
parent c25c586811
commit 2e093555f6

View File

@ -30,7 +30,7 @@ jobs:
- job: CodeFormatValidation
dependsOn: Initialization
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'
steps:
- script: |
brew install clang-format