From b615d61fae6648efdd4ffa148a1af931624c10f2 Mon Sep 17 00:00:00 2001 From: Chris Smart Date: Mon, 25 Mar 2024 21:22:39 +1000 Subject: [PATCH] ci: replace freebsd 13.2 with 13.3 The devel version of ansible-test has been updated to include support for FreeBSD 13.3, so this change swaps out 13.2 accordingly. --- .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 498e5f8..ad732a0 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -178,8 +178,8 @@ stages: targets: - name: RHEL 9.3 test: rhel/9.3 - - name: FreeBSD 13.2 - test: freebsd/13.2 + - name: FreeBSD 13.3 + test: freebsd/13.3 - stage: Remote_2_16 displayName: Remote 2.16 dependsOn: []