From 9d6a8f1ce4e59adebd54ffdbfd67201b0a2932d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20S=CC=8Colte=CC=81s?= Date: Sat, 6 Jul 2024 16:59:12 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 01acfc57..449c144d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,13 +25,13 @@ jobs: - template: Test-Bash.yml@templates parameters: name: 'Test_Linux' - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-22.04' BuildConfiguration: ${{ variables.BuildConfiguration }} - template: Test-Bash.yml@templates parameters: name: 'Test_macOS' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} - template: Pack-MyGet.yml@templates @@ -58,7 +58,7 @@ jobs: - template: Publish-Bash.yml@templates parameters: name: 'Publish_Linux' - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-22.04' BuildConfiguration: ${{ variables.BuildConfiguration }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} @@ -67,7 +67,7 @@ jobs: - template: Publish-Bash.yml@templates parameters: name: 'Publish_macOS_x64' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} @@ -76,7 +76,7 @@ jobs: - template: Publish-Bash.yml@templates parameters: name: 'Publish_macOS_arm64' - vmImage: 'macOS-11' + vmImage: 'macOS-14' BuildConfiguration: ${{ variables.BuildConfiguration }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }}