From d9951cbc32e2a58f9d485a5dc4318fc71a1fe6fc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 20 Jul 2023 20:38:04 +0200 Subject: [PATCH] CI: move FreeBSD 12.4 from ansible-core devel to stable-2.15 (#6985) Move FreeBSD 12.4 from ansible-core devel to stable-2.15. --- .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 dc21e05952..93476d9c04 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -195,8 +195,6 @@ stages: test: rhel/8.8 - name: FreeBSD 13.2 test: freebsd/13.2 - - name: FreeBSD 12.4 - test: freebsd/12.4 groups: - 1 - 2 @@ -217,6 +215,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