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 - job: CodeFormatValidation
dependsOn: Initialization dependsOn: Initialization
pool: pool:
vmImage: 'macOS-10.15' vmImage: 'macOS-latest'
steps: steps:
- script: | - script: |
brew install clang-format brew install clang-format