From c095c2495093c96f1fac60ff9aad44195c05ef31 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Wed, 16 Oct 2024 12:03:23 +0200
Subject: [PATCH] Use ubuntu 24.04 for testing

---
 infra/azure/azure-pipelines.yml | 2 +-
 infra/azure/nightly.yml         | 2 +-
 infra/azure/pr-pipeline.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infra/azure/azure-pipelines.yml b/infra/azure/azure-pipelines.yml
index 584cabec..b79f9825 100644
--- a/infra/azure/azure-pipelines.yml
+++ b/infra/azure/azure-pipelines.yml
@@ -3,7 +3,7 @@ trigger:
 - master
 
 pool:
-  vmImage: 'ubuntu-20.04'
+  vmImage: 'ubuntu-24.04'
 
 variables:
   ansible_version: "-core >=2.16,<2.17"
diff --git a/infra/azure/nightly.yml b/infra/azure/nightly.yml
index 2790199e..7eb3a30b 100644
--- a/infra/azure/nightly.yml
+++ b/infra/azure/nightly.yml
@@ -10,7 +10,7 @@ schedules:
 trigger: none
 
 pool:
-  vmImage: 'ubuntu-20.04'
+  vmImage: 'ubuntu-24.04'
 
 variables:
   # We need to have two sets, as c8s is not supported by all ansible versions
diff --git a/infra/azure/pr-pipeline.yml b/infra/azure/pr-pipeline.yml
index 648a554e..d87b24d9 100644
--- a/infra/azure/pr-pipeline.yml
+++ b/infra/azure/pr-pipeline.yml
@@ -3,7 +3,7 @@ trigger:
 - master
 
 pool:
-  vmImage: 'ubuntu-20.04'
+  vmImage: 'ubuntu-24.04'
 
 variables:
   distros: "fedora-latest,c10s,c9s,c8s,fedora-rawhide"
-- 
GitLab