diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3253a86..a400f4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ jobs: - template: Test-Bash.yml@templates parameters: name: 'Test_macOS' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} - template: Pack-MyGet.yml@templates