From d1b8beea1e5a066c33a639dd94001d7a93217f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20S=CC=8Colte=CC=81s?= Date: Mon, 22 Jul 2024 20:23:44 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2464fab68..08d434c60 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,7 +34,7 @@ jobs: - template: Test-Bash.yml@templates parameters: name: 'Test_macOS' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} Workloads: ${{ variables.Workloads }} @@ -75,7 +75,7 @@ jobs: - template: Publish-Bash.yml@templates parameters: name: 'Publish_macOS_x64' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} Workloads: ${{ variables.Workloads }} PublishFramework: ${{ variables.PublishFramework }} @@ -85,7 +85,7 @@ jobs: - template: Publish-Bash.yml@templates parameters: name: 'Publish_macOS_arm64' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} Workloads: ${{ variables.Workloads }} PublishFramework: ${{ variables.PublishFramework }}