From 3c66295aae8d082f45829da62b2b2573c1b58036 Mon Sep 17 00:00:00 2001 From: Chris Smart Date: Thu, 13 Jan 2022 21:25:52 +1100 Subject: [PATCH] CI: replace FreeBSD 12.2 with 12.3 for remote devel (#103) FreeBSD 12.2 is deprecated and needs to be replaced with 12.3 for Azure pipelines running against the devel branch. --- .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 288abf8..214a3a4 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -244,8 +244,8 @@ stages: test: rhel/7.9 - name: RHEL 8.5 test: rhel/8.5 - - name: FreeBSD 12.2 - test: freebsd/12.2 + - name: FreeBSD 12.3 + test: freebsd/12.3 - name: FreeBSD 13.0 test: freebsd/13.0