From fd9d94826778bc40ebccf882b19f959796735f59 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 2 Aug 2023 09:59:17 +0200 Subject: [PATCH] CI: ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs (#7055) ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs. --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 93476d9c04..51a28cfcc8 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -171,8 +171,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: Alpine 3.17 - test: alpine/3.17 + - name: Alpine 3.18 + test: alpine/3.18 # - name: Fedora 38 # test: fedora/38 - name: Ubuntu 22.04