From efa611638645c899d0c5d18b705d031083389c2a Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 2 Oct 2024 15:19:45 +0200 Subject: [PATCH] Update Azure Pipelines image --- .../pipelines/templates/stages/build-for-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/templates/stages/build-for-integration-tests.yml b/.azuredevops/pipelines/templates/stages/build-for-integration-tests.yml index e7a1a9bfb..57021c25b 100644 --- a/.azuredevops/pipelines/templates/stages/build-for-integration-tests.yml +++ b/.azuredevops/pipelines/templates/stages/build-for-integration-tests.yml @@ -8,7 +8,7 @@ stages: - job: CreateNuGetPackagesJob displayName: Create NuGet Packages pool: - vmImage: 'ubuntu-22.04' + vmImage: 'ubuntu-24.04' steps: - template: ../steps/install-required-dotnet-versions-for-building.yml - bash: ./build.sh --target=Create-NuGet-Packages