From e0b731e76ff4f474f04034acf4888599fd974501 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 22 Apr 2021 07:08:25 +0200 Subject: [PATCH] Replace FreeBSD 11.4 with 13.0 for devel testing. (#2324) --- .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 2aa559a03f..8c0804ab31 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -175,10 +175,10 @@ stages: test: rhel/7.9 - name: RHEL 8.3 test: rhel/8.3 - - name: FreeBSD 11.4 - test: freebsd/11.4 - name: FreeBSD 12.2 test: freebsd/12.2 + - name: FreeBSD 13.0 + test: freebsd/13.0 groups: - 1 - 2