From 3e22095b85f1f6f214e3a093a23dfce402c65d20 Mon Sep 17 00:00:00 2001 From: Eric van Wijk Date: Thu, 30 May 2024 19:39:44 +0200 Subject: [PATCH] Update ubuntu-images.yml for Azure Pipelines --- ubuntu/ubuntu-images.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ubuntu/ubuntu-images.yml b/ubuntu/ubuntu-images.yml index c69e61e..f0637b0 100644 --- a/ubuntu/ubuntu-images.yml +++ b/ubuntu/ubuntu-images.yml @@ -28,6 +28,16 @@ jobs: - pwsh: | Write-Host "`$PSVersionTable.OS" $PSVersionTable.OS +- job: ubuntu2404 + pool: + vmImage: 'ubuntu-24.04' + steps: + - bash: | + echo Hello from Ubuntu 24.04 + lsb_release -d + - pwsh: | + Write-Host "`$PSVersionTable.OS" + $PSVersionTable.OS - job: ubuntulatest pool: vmImage: 'ubuntu-latest'