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'