From 0067735dc9f9d9ae465d9dfcdd3322bae3884b43 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 May 2026 07:56:02 +0200 Subject: [PATCH] Replace Ubuntu 22.04 with 26.04 for devel. (#1259) --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- antsibull-nox.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3139d477..b8ebc7ee 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -118,8 +118,8 @@ stages: targets: - name: Fedora 44 test: fedora44 - - name: Ubuntu 22.04 - test: ubuntu2204 + - name: Ubuntu 26.04 + test: ubuntu2604 - name: Ubuntu 24.04 test: ubuntu2404 - name: Alpine 3.23 @@ -137,8 +137,8 @@ stages: targets: - name: Fedora 43 test: fedora43 - # - name: Ubuntu 22.04 - # test: ubuntu2204 + - name: Ubuntu 22.04 + test: ubuntu2204 - name: Ubuntu 24.04 test: ubuntu2404 # - name: Alpine 3.23 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index d3a40bab..6ad4d0d2 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -181,7 +181,7 @@ description = "Meta session for running all ansible-test-integration-2.21-* sess [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.21" target = [ "azp/4/", "azp/5/" ] -docker = [ "fedora43", "ubuntu2404" ] +docker = [ "fedora43", "ubuntu2204", "ubuntu2404" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.21" @@ -197,7 +197,7 @@ description = "Meta session for running all ansible-test-integration-devel-* ses [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "devel" target = [ "azp/4/", "azp/5/" ] -docker = [ "fedora44", "ubuntu2204", "ubuntu2404", "alpine323" ] +docker = [ "fedora44", "ubuntu2404", "ubuntu2604", "alpine323" ] [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "devel"