From 0fcc51845113af0ca50761666a468960426bfe75 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 13 Jan 2025 14:14:22 -0300 Subject: [PATCH] upstream CI: Update runner images to Ubuntu 24.04 Current upstream hosts use Ubuntu 20.04 images which will be fully unsupported by 2025-04-01. Update runners to use Ubuntu 24.04. See: https://github.com/actions/runner-images/issues/11101 Signed-off-by: Rafael Guterres Jeffman --- 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 584cabecd6..b79f982514 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 2790199eb2..7eb3a30bea 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 648a554ec3..d87b24d9d2 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"