From 78eeb1219a7d793095783afb3bdf39d26ab8c9b6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 20 Jul 2023 20:35:42 +0200 Subject: [PATCH] Move FreeBSD 12.4 from ansible-core devel to stable-2.15. (#641) --- .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 1672b606..5d3c854d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -222,8 +222,6 @@ stages: test: rhel/9.2 - name: RHEL 8.8 test: rhel/8.8 - - name: FreeBSD 12.4 - test: freebsd/12.4 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -245,6 +243,8 @@ stages: test: rhel/7.9 - name: FreeBSD 13.1 test: freebsd/13.1 + - name: FreeBSD 12.4 + test: freebsd/12.4 groups: - 1 - 2