From a707d1887dd9d629e17b7c232bc3dc72ac550a9b Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Fri, 25 Oct 2024 14:34:26 -0300
Subject: [PATCH] upstream CI: Use Ubuntu 24.04 to build test images

---
 infra/azure/build-containers.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infra/azure/build-containers.yml b/infra/azure/build-containers.yml
index 4b23810..a98b2e1 100644
--- a/infra/azure/build-containers.yml
+++ b/infra/azure/build-containers.yml
@@ -11,7 +11,7 @@ schedules:
 trigger: none
 
 pool:
-  vmImage: 'ubuntu-22.04'
+  vmImage: 'ubuntu-24.04'
 
 stages:
 
-- 
GitLab